UserChecker::checkPreAuth()

checkPreAuth(UserInterface $user) Checks the user account before authentication. Parameters UserInterface $user a UserInterface instance

SessionBagInterface::initialize()

initialize(array $array) Initializes the Bag. Parameters array $array

MergeExtensionConfigurationPass

class MergeExtensionConfigurationPass implements CompilerPassInterface Merges extension configs into the container builder. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

Component\Console\Command

Classes Command Base class for all commands. HelpCommand HelpCommand displays the help for a given command. ListCommand ListCommand displays the list of all available commands for the application.

SplFileInfo::getRelativePath()

string getRelativePath() Returns the relative path. This path does not contain the file name. Return Value string the relative path

ArrayNode::evaluate()

evaluate($functions, $values) Parameters $functions $values

VariableNode::setName()

setName(string $name) Sets the name of the node. Parameters string $name The name of the node

RequestContext::getPathInfo()

string getPathInfo() Gets the path info. Return Value string The path info

AjaxDataCollector

class AjaxDataCollector extends DataCollector AjaxDataCollector. Methods serialize() from DataCollector unserialize($data) from DataCollector collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. string getName() Returns the name of the collector. Details serialize() unserialize($data) Parameters $data

PropertyAccessor

class PropertyAccessor implements PropertyAccessorInterface Default implementation of {@link PropertyAccessorInterface}. Constants VALUE REF IS_REF_CHAINED ACCESS_HAS_PROPERTY ACCESS_TYPE ACCESS_NAME ACCESS_REF ACCESS_ADDER ACCESS_REMOVER ACCESS_TYPE_METHOD ACCESS_TYPE_PROPERTY ACCESS_TYPE_MAGIC ACCESS_TYPE_ADDER_AND_REMOVER ACCESS_TYPE_NOT_FOUND Methods __construct(bool $magicCall = false, bool $throwExceptionOnInvalidIndex = fal