FieldEntry::serialize()

string serialize() Implementation of \Serializable Return Value string

FieldEntry::getField()

string getField() Returns the field used for this entry. Return Value string

FieldEntry

class FieldEntry extends Entry implements FieldEntryInterface Field-aware ACE implementation which is auditable Methods __construct(int $id, AclInterface $acl, string $field, SecurityIdentityInterface $sid, string $strategy, int $mask, bool $granting, bool $auditFailure, bool $auditSuccess) Constructor AclInterface getAcl() The ACL this ACE is associated with. from Entry int getMask() The permission mask of this ACE from Entry int getId() The primary key of this ACE from En

FatalThrowableError

class FatalThrowableError extends FatalErrorException Fatal Throwable Error. Methods __construct(Throwable $e) Details __construct(Throwable $e) Parameters Throwable $e

FatalErrorHandlerInterface

interface FatalErrorHandlerInterface Attempts to convert fatal errors to exceptions. Methods FatalErrorException|null handleError(array $error, FatalErrorException $exception) Attempts to convert an error into an exception. Details FatalErrorException|null handleError(array $error, FatalErrorException $exception) Attempts to convert an error into an exception. Parameters array $error An array as returned by errorgetlast() FatalErrorException

FatalErrorException deprecated

class FatalErrorException extends ErrorException deprecated Deprecated in 2.3, to be removed in 3.0. Use the same class from the Debug component instead. Fatal Error Exception.

FatalErrorException

class FatalErrorException extends ErrorException Fatal Error Exception. Methods __construct($message, $code, $severity, $filename, $lineno, $traceOffset = null, $traceArgs = true, array $trace = null) Details __construct($message, $code, $severity, $filename, $lineno, $traceOffset = null, $traceArgs = true, array $trace = null) Parameters $message $code $severity $filename $lineno $traceOffset $traceArgs array $trace

FalseValidator deprecated

class FalseValidator extends IsFalseValidator deprecated since version 2.7, to be removed in 3.0. Use IsFalseValidator instead. Constants PRETTY_DATE Whether to format {@link \DateTime} objects as RFC-3339 dates ("Y-m-d H:i:s"). OBJECT_TO_STRING Whether to cast objects with a "__toString()" method to strings. Methods initialize(ExecutionContextInterface $context) Initializes the constraint validator. from ConstraintValidator validate(mixed $value, Constraint $constraint) Ch

False deprecated

class False extends IsFalse deprecated since version 2.7, to be removed in 3.0. Use IsFalse instead. 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. NOT_FALSE_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the c

ExtractorInterface::setPrefix()

setPrefix(string $prefix) Sets the prefix that should be used for new found messages. Parameters string $prefix The prefix