Entry::getDn()

string getDn() Returns the entry's DN. Return Value string

OutputStyle::getVerbosity()

int getVerbosity() Gets the current verbosity of the output. Return Value int The current level of verbosity (one of the VERBOSITY constants)

PropertyPathIterator

class PropertyPathIterator extends ArrayIterator implements PropertyPathIteratorInterface Traverses a property path and provides additional methods to find out information about the current element. Methods __construct(PropertyPathInterface $path) Constructor. bool isIndex() Returns whether the current element in the property path is an array index. bool isProperty() Returns whether the current element in the property path is a property name. Details

UrlMatcher::setContext()

setContext(RequestContext $context) Sets the request context. Parameters RequestContext $context The context

Session::all()

array all() Returns attributes. Return Value array Attributes

AbstractToken::isAuthenticated()

bool isAuthenticated() Returns whether the user is authenticated or not. Return Value bool true if the token has been authenticated, false otherwise

Translator::setLocale()

setLocale(string $locale) Sets the current locale. Parameters string $locale The locale Exceptions InvalidArgumentException If the locale contains invalid characters

DoctrineDataCollector::getTime()

getTime()

Type::getCollectionKeyType()

Type|null getCollectionKeyType() Gets collection key type. Only applicable for a collection type. Return Value Type|null

EventDataCollector::lateCollect()

lateCollect() Collects data as late as possible.