InputOption::equals()

bool equals(InputOption $option) Checks whether the given option equals this one. Parameters InputOption $option option to compare Return Value bool

Process::getWorkingDirectory()

string|null getWorkingDirectory() Gets the working directory. Return Value string|null The current working directory or null on failure

OptionsResolverInterface deprecated

interface OptionsResolverInterface deprecated since version 2.6, to be removed in 3.0. Use {@link OptionsResolver} instead. Methods OptionsResolverInterface setDefaults(array $defaultValues) Sets default option values. OptionsResolverInterface replaceDefaults(array $defaultValues) Replaces default option values. OptionsResolverInterface setOptional(array $optionNames) Sets optional options. OptionsResolverInterface setRequired(array $optionNames) Sets required options.

DebugExtension::getXsdValidationBasePath()

string getXsdValidationBasePath() Returns the base path for the XSD files. Return Value string The XSD base path

GlobalExecutionContextInterface deprecated::getValidatorFactory()

ConstraintValidatorFactoryInterface getValidatorFactory() Returns the factory for constraint validators. Return Value ConstraintValidatorFactoryInterface The constraint validator factory.

SecurityEvents

class SecurityEvents Constants INTERACTIVE_LOGIN The INTERACTIVE_LOGIN event occurs after a user is logged in interactively for authentication based on http, cookies or X509. SWITCH_USER The SWITCH_USER event occurs before switch to another user and before exit from an already switched user.

HeaderBag::has()

bool has(string $key) Returns true if the HTTP header is defined. Parameters string $key The HTTP header Return Value bool true if the parameter exists, false otherwise

BufferedOutput

class BufferedOutput extends Output Methods __construct(int $verbosity = self::VERBOSITY_NORMAL, bool $decorated = false, OutputFormatterInterface $formatter = null) Constructor. from Output setFormatter(OutputFormatterInterface $formatter) Sets output formatter. from Output OutputFormatterInterface getFormatter() Returns current output formatter instance. from Output setDecorated(bool $decorated) Sets the decorated flag. from Output bool isDecorated() Gets the decorated fl

StopwatchEvent::getEndTime()

int getEndTime() Gets the relative time of the end of the last period. Return Value int The time (in milliseconds)

Type::getBuiltinType()

string getBuiltinType() Gets built-in type. Can be bool, int, float, string, array, object, resource, null or callback. Return Value string