FunctionNode::evaluate()

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

Component\Intl\Data\Bundle\Writer

Classes JsonBundleWriter Writes .json resource bundles. PhpBundleWriter Writes .php resource bundles. TextBundleWriter Writes .txt resource bundles. Interfaces BundleWriterInterface Writes resource bundle files.

Regex

class Regex extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. REGEX_FAILED_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message $pattern $htmlP

ProgressBar::start()

start(int|null $max = null) Starts the progress output. Parameters int|null $max Number of steps to complete the bar (0 if indeterminate), null to leave unchanged

ContextListener::onKernelResponse()

onKernelResponse(FilterResponseEvent $event) Writes the security token into the session. Parameters FilterResponseEvent $event A FilterResponseEvent instance

GroupDefinitionException

class GroupDefinitionException extends ValidatorException

UserSecurityIdentity::getClass()

string getClass() Returns the user's class name Return Value string

Bundle::build()

build(ContainerBuilder $container) Builds the bundle. It is only ever called once when the cache is empty. This method can be overridden to register compilation passes, other extensions, ... Parameters ContainerBuilder $container A ContainerBuilder instance

ContextListener::handle()

handle(GetResponseEvent $event) Reads the Security Token from the session. Parameters GetResponseEvent $event

User::getUsername()

string getUsername() Returns the username used to authenticate the user. Return Value string The username