Hour1201Transformer::extractDateOptions()

array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matching regular expression. Parameters string $matched The matched value int $length The length of the Transformer pattern string Return Value array An associative array

ConsoleCommandEvent

class ConsoleCommandEvent extends ConsoleEvent Allows to do things before the command is executed, like skipping the command or changing the input. Constants RETURN_CODE_DISABLED The return code for skipped commands, this will also be passed into the terminate event. Methods bool isPropagationStopped() Returns whether further event listeners should be triggered. from Event stopPropagation() Stops the propagation of the event to further event listeners. from Event setDispatch

AttributeMetadataInterface::merge()

merge(AttributeMetadataInterface $attributeMetadata) Merges an {see AttributeMetadataInterface} with in the current one. Parameters AttributeMetadataInterface $attributeMetadata

StubCaster

class StubCaster Casts a caster's Stub. Methods static castStub(Stub $c, array $a, Stub $stub, $isNested) static castCutArray(CutArrayStub $c, array $a, Stub $stub, $isNested) static cutInternals($obj, array $a, Stub $stub, $isNested) static castEnum(EnumStub $c, array $a, Stub $stub, $isNested) Details static castStub(Stub $c, array $a, Stub $stub, $isNested) Parameters Stub $c array $a Stub $stub $isNested

JsonResponse::setCallback()

JsonResponse setCallback(string|null $callback = null) Sets the JSONP callback. Parameters string|null $callback The JSONP callback or null to use none Return Value JsonResponse Exceptions InvalidArgumentException When the callback name is not valid

Command::setAliases()

Command setAliases(string[] $aliases) Sets the aliases for the command. Parameters string[] $aliases An array of aliases for the command Return Value Command The current instance Exceptions InvalidArgumentException When an alias is invalid

PasswordType::getParent()

string|null getParent() Returns the name of the parent type. Return Value string|null The name of the parent type if any, null otherwise

SerializerAwareInterface

interface SerializerAwareInterface Defines the interface of encoders. Methods setSerializer(SerializerInterface $serializer) Sets the owning Serializer object. Details setSerializer(SerializerInterface $serializer) Sets the owning Serializer object. Parameters SerializerInterface $serializer

PersistentTokenInterface

interface PersistentTokenInterface Interface to be implemented by persistent token classes (such as Doctrine entities representing a remember-me token). Methods string getClass() Returns the class of the user. string getUsername() Returns the username. string getSeries() Returns the series. string getTokenValue() Returns the token value. DateTime getLastUsed() Returns the time the token was last used. Details string getClass()

TableStyle::setCellRowContentFormat()

TableStyle setCellRowContentFormat(string $cellRowContentFormat) Sets row cell content format. Parameters string $cellRowContentFormat Return Value TableStyle