EnumNode

class EnumNode extends ScalarNode Node which only allows a finite set of values. Methods __construct(string $name, NodeInterface $parent = null, array $values = array()) Constructor. setAttribute($key, $value) from BaseNode getAttribute($key, $default = null) from BaseNode hasAttribute($key) from BaseNode getAttributes() from BaseNode setAttributes(array $attributes) from BaseNode removeAttribute($key) from BaseNode setInfo(string $info) Sets an info me

ImmutableEventDispatcher::hasListeners()

bool hasListeners(string $eventName = null) Checks whether an event has any registered listeners. Parameters string $eventName The name of the event Return Value bool true if the specified event has any listeners, false otherwise

TokenStream::next()

next() Sets the pointer to the next token and returns the old one.

Component\Intl\ResourceBundle\Util

Classes ArrayAccessibleResourceBundle Work-around for a bug in PHP's \ResourceBundle implementation. RecursiveArrayAccess RingBuffer Implements a ring buffer.

Component\HttpKernel\Exception

Classes AccessDeniedHttpException AccessDeniedHttpException. BadRequestHttpException BadRequestHttpException. ConflictHttpException ConflictHttpException. FatalErrorException deprecated Fatal Error Exception. FlattenException deprecated FlattenException wraps a PHP Exception to be able to serialize it. GoneHttpException GoneHttpException. HttpException HttpException. LengthRequiredHttpException LengthRequiredHttpException. MethodNotAllowedHttpException MethodN

MutableAclProviderInterface::deleteAcl()

deleteAcl(ObjectIdentityInterface $oid) Deletes the ACL for a given object identity. This will automatically trigger a delete for any child ACLs. If you don't want child ACLs to be deleted, you will have to set their parent ACL to null. Parameters ObjectIdentityInterface $oid

FatalThrowableError

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

GuardAuthenticationListener::setRememberMeServices()

setRememberMeServices(RememberMeServicesInterface $rememberMeServices) Should be called if this listener will support remember me. Parameters RememberMeServicesInterface $rememberMeServices

UndefinedMethodException

class UndefinedMethodException extends FatalErrorException Undefined Method Exception. Methods __construct($message, ErrorException $previous) Details __construct($message, ErrorException $previous) Parameters $message ErrorException $previous

Finder::depth()

Finder|SplFileInfo[] depth(int $level) Adds tests for the directory depth. Usage: $finder->depth('> 1') // the Finder will start matching at level 1. $finder->depth('< 3') // the Finder will descend at most 3 levels of directories below the starting point. Parameters int $level The depth level expression Return Value Finder|SplFileInfo[] The current Finder instance See also DepthRangeFilterIterator NumberComparator