Crawler::images()

Image[] images() Returns an array of Image objects for the nodes in the list. Return Value Image[] An array of Image instances

GlobalVariables::getUser()

mixed getUser() Returns the current user. Return Value mixed See also TokenInterface::getUser()

Response::setCharset()

Response setCharset(string $charset) Sets the response charset. Parameters string $charset Character set Return Value Response

Application::setHelperSet()

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

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

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::setOptions()

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

OutputInterface::isVerbose()

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

PhpExtractor::setPrefix()

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

TableStyle::getPadType()

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