TableCell::getRowspan()

int getRowspan() Gets number of rowspan. Return Value int

Crawler::addDocument()

addDocument(DOMDocument $dom) Adds a \DOMDocument to the list of nodes. Parameters DOMDocument $dom A \DOMDocument instance

NodeInterface::getName()

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

Profiler

class Profiler Profiler. Methods __construct(ProfilerStorageInterface $storage, LoggerInterface $logger = null) Constructor. disable() Disables the profiler. enable() Enables the profiler. Profile|false loadProfileFromResponse(Response $response) Loads the Profile for the given Response. Profile loadProfile(string $token) Loads the Profile for the given token. bool saveProfile(Profile $profile) Saves a Profile. purge() Purges all data from the storage. ar

NodeInterface::merge()

mixed merge(mixed $leftSide, mixed $rightSide) Merges two values together. Parameters mixed $leftSide mixed $rightSide Return Value mixed The merged values

BlankValidator

class BlankValidator extends ConstraintValidator 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) Checks if the passed value is valid. Details initial

InvalidDomainObjectException

class InvalidDomainObjectException extends Exception This exception is thrown when ObjectIdentity fails to construct an object identity from the passed domain object.

Component\Security\Core\Authentication\Token\Storage

Classes TokenStorage TokenStorage contains a TokenInterface Interfaces TokenStorageInterface The TokenStorageInterface.

AppVariable::getUser()

mixed getUser() Returns the current user. Return Value mixed See also TokenInterface::getUser()

FilterControllerArgumentsEvent

class FilterControllerArgumentsEvent extends FilterControllerEvent Allows filtering of controller arguments. You can call getController() to retrieve the controller and getArguments to retrieve the current arguments. With setArguments() you can replace arguments that are used to call the controller. Arguments set in the event must be compatible with the signature of the controller. Methods bool isPropagationStopped() Returns whether further event listeners should be triggered. from Even