ProcessHelper::run()

Process run(OutputInterface $output, string|array|Process $cmd, string|null $error = null, callable $callback = null, int $verbosity = OutputInterface::VERBOSITY_VERY_VERBOSE) Runs an external process. Parameters OutputInterface $output An OutputInterface instance string|array|Process $cmd An instance of Process or an array of arguments to escape and run or a command to run string|null $error An error message that must be displayed if something went wrong callable $callback A

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