All

class All extends Composite 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. Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $constraints Methods static string getErrorName(int

All::getDefaultOption()

string getDefaultOption() Returns the name of the default option. Override this method to define a default option. Return Value string

Alias::setPublic()

setPublic(bool $boolean) Sets if this Alias is public. Parameters bool $boolean If this Alias should be public

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

AjaxDataCollector::collect()

collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. Parameters Request $request A Request instance Response $response A Response instance Exception $exception An Exception instance

AjaxDataCollector::getName()

string getName() Returns the name of the collector. Return Value string The collector name

Alias::isPublic()

bool isPublic() Checks if this DI Alias should be public or not. Return Value bool

Alias

class Alias Methods __construct(string $id, bool $public = true) bool isPublic() Checks if this DI Alias should be public or not. setPublic(bool $boolean) Sets if this Alias is public. string __toString() Returns the Id of this alias. Details __construct(string $id, bool $public = true) Parameters string $id Alias identifier bool $public If this alias is public bool isPublic() Checks if t

AdvancedUserInterface::isEnabled()

bool isEnabled() Checks whether the user is enabled. Internally, if this method returns false, the authentication system will throw a DisabledException and prevent login. Return Value bool true if the user is enabled, false otherwise See also DisabledException

AdvancedUserInterface

interface AdvancedUserInterface implements UserInterface Adds extra features to a user class related to account status flags. This interface can be implemented in place of UserInterface if you'd like the authentication system to consider different account status flags during authentication. If any of the methods in this interface return false, authentication will fail. If you need to perform custom logic for any of these situations, then you will need to register an exception listener and wa