Cookie::isExpired()

bool isExpired() Returns true if the cookie has expired. Return Value bool true if the cookie has expired, false otherwise

ClassMetadata::setGroupSequenceProvider()

setGroupSequenceProvider(bool $active) Sets whether a group sequence provider should be used. Parameters bool $active Exceptions GroupDefinitionException

Output::write()

write(string|array $messages, bool $newline = false, int $options = self::OUTPUT_NORMAL) Writes a message to the output. Parameters string|array $messages The message as an array of lines or a single string bool $newline Whether to add a newline int $options A bitmask of options (one of the OUTPUT or VERBOSITY constants), 0 is considered the same as self::OUTPUTNORMAL | self::VERBOSITYNORMAL

Kernel::getStartTime()

int getStartTime() Gets the request start time (not available if debug is disabled). Return Value int The request start timestamp

Component\Form\Extension\HttpFoundation\Type

Classes FormTypeHttpFoundationExtension

ContextualValidatorInterface::validateProperty()

ContextualValidatorInterface validateProperty(object $object, string $propertyName, array|null $groups = null) Validates a property of an object against the constraints specified for this property. Parameters object $object The object string $propertyName The name of the validated property array|null $groups The validation groups to validate. If none is given, "Default" is assumed Return Value ContextualValidatorInterface This validator

DomainObjectInterface

interface DomainObjectInterface This method can be implemented by domain objects which you want to store ACLs for if they do not have a getId() method, or getId() does not return a unique identifier. Methods string getObjectIdentifier() Returns a unique identifier for this domain object. Details string getObjectIdentifier() Returns a unique identifier for this domain object. Return Value string

Response::getAge()

int getAge() Returns the age of the response. Return Value int The age of the response in seconds

MutableAclInterface

interface MutableAclInterface implements AclInterface This interface adds mutators for the AclInterface. All changes to Access Control Entries must go through this interface. Access Control Entries must never be modified directly. Methods array getClassAces() Returns all class-based ACEs associated with this ACL from AclInterface array getClassFieldAces(string $field) Returns all class-field-based ACEs associated with this ACL from AclInterface array getObjectAces() Returns all o

Package::getVersion()

string getVersion(string $path) Returns the asset version for an asset. Parameters string $path A path Return Value string The version string