TableStyle::setPadType()

TableStyle setPadType(int $padType) Sets cell padding type. Parameters int $padType STRPAD* Return Value TableStyle

AbstractAdapter::saveDeferred()

saveDeferred(CacheItemInterface $item) {@inheritdoc} Parameters CacheItemInterface $item

TokenizerPatterns::getUnicodeEscapePattern()

string getUnicodeEscapePattern() Return Value string

ClassParser

class ClassParser implements ParserInterface CSS selector class parser shortcut. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods SelectorNode[] parse(string $source) Parses given selector source into an array of tokens. Details SelectorNode[] parse(string $source) Parses given selector source into an array of tokens. Parameters string $source Retur

CommentHandler

class CommentHandler implements HandlerInterface CSS selector comment handler. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods bool handle(Reader $reader, TokenStream $stream) Details bool handle(Reader $reader, TokenStream $stream) Parameters Reader $reader TokenStream $stream Return Value bool

ButtonBuilder::getOption()

mixed getOption(string $name, mixed $default = null) Returns the value of a specific option. Parameters string $name The option name mixed $default The value returned if the option does not exist Return Value mixed The option value

InputInterface::getFirstArgument()

string getFirstArgument() Returns the first argument from the raw parameters (not parsed). Return Value string The value of the first argument or null otherwise

VariadicValueResolver::resolve()

Generator resolve(Request $request, ArgumentMetadata $argument) Returns the possible value(s). Parameters Request $request ArgumentMetadata $argument Return Value Generator

Cookie::isHttpOnly()

bool isHttpOnly() Returns the httponly flag of the cookie. Return Value bool The cookie httponly flag

OutputFormatterStyleInterface

interface OutputFormatterStyleInterface Formatter style interface for defining styles. Methods setForeground(string $color = null) Sets style foreground color. setBackground(string $color = null) Sets style background color. setOption(string $option) Sets some specific style option. unsetOption(string $option) Unsets some specific style option. setOptions(array $options) Sets multiple style options at once. string apply(string $text) Applies the style to a given