Serializer::supportsDenormalization()

bool supportsDenormalization(mixed $data, string $type, string $format = null) Checks whether the given class is supported for denormalization by this normalizer. Parameters mixed $data Data to denormalize from. string $type The class to which the data should be denormalized. string $format The format being deserialized from. Return Value bool

Regex::setStartJoker()

Regex setStartJoker(bool $startJoker) Parameters bool $startJoker Return Value Regex

MockArraySessionStorage::save()

save() Force the session to be saved and closed. This method must invoke sessionwriteclose() unless this interface is used for a storage object design for unit or functional testing where a real PHP session would interfere with testing, in which case it should actually persist the session data if required. Exceptions RuntimeException If the session is saved without being started, or if the session is already closed.

Regex::create()

static Regex create(string $expr) Parameters string $expr Return Value Regex Exceptions InvalidArgumentException

Form::getTransformationFailure()

TransformationFailedException|null getTransformationFailure() Returns the data transformation failure, if any. Return Value TransformationFailedException|null The transformation failure

Route::getSchemes()

array getSchemes() Returns the lowercased schemes this route is restricted to. So an empty array means that any scheme is allowed. Return Value array The schemes

ConsoleOutput::setDecorated()

setDecorated(bool $decorated) Sets the decorated flag. Parameters bool $decorated Whether to decorate the messages

Acl::getObjectAces()

array getObjectAces() Returns all object-based ACEs associated with this ACL Return Value array

PermissionGrantingStrategy::setAuditLogger()

setAuditLogger(AuditLoggerInterface $auditLogger) Sets the audit logger Parameters AuditLoggerInterface $auditLogger

Route::setRequirements()

Route setRequirements(array $requirements) Sets the requirements. This method implements a fluent interface. Parameters array $requirements The requirements Return Value Route The current Route instance