All::getDefaultOption()

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

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

Alias::setPublic()

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

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

AjaxDataCollector::getName()

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

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

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

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::isCredentialsNonExpired()

bool isCredentialsNonExpired() Checks whether the user's credentials (password) has expired. Internally, if this method returns false, the authentication system will throw a CredentialsExpiredException and prevent login. Return Value bool true if the user's credentials are non expired, false otherwise See also CredentialsExpiredException