HttpCache::getLog()

string getLog() Returns a log message for the events of the last request processing. Return Value string A log message

UserPassword

class UserPassword extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group CLASS_CONSTRAINT Marks a constraint that can be put onto classes PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties Properties mixed $payload Domain-specific data attached to a constraint from Constraint array $groups The groups that the constraint belongs to from Constraint $message $service Methods static string g

FormInterface::getRoot()

FormInterface getRoot() Returns the root of the form tree. Return Value FormInterface The root of the tree

TableStyle::getPadType()

int getPadType() Gets cell padding type. Return Value int

PhpExtractor::setPrefix()

setPrefix(string $prefix) Sets the prefix that should be used for new found messages. Parameters string $prefix The prefix

OutputInterface::isVerbose()

bool isVerbose() Returns whether verbosity is verbose (-v). Return Value bool true if verbosity is set to VERBOSITY_VERBOSE, false otherwise

OutputFormatterStyle::setOptions()

setOptions(array $options) Sets multiple style options at once. Parameters array $options

TranslationLoader

class TranslationLoader TranslationLoader loads translation messages from translation files. Methods addLoader(string $format, LoaderInterface $loader) Adds a loader to the translation extractor. loadMessages(string $directory, MessageCatalogue $catalogue) Loads translation messages from a directory to the catalogue. Details addLoader(string $format, LoaderInterface $loader) Adds a loader to the translation extractor. Parameters string

OutputFormatterStyle::setForeground()

setForeground(string $color = null) Sets style foreground color. Parameters string $color The color name Exceptions InvalidArgumentException When the color name isn't defined

Application::setHelperSet()

setHelperSet(HelperSet $helperSet) Set a helper set to be used with the command. Parameters HelperSet $helperSet The helper set