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

ElementParser

class ElementParser implements ParserInterface CSS selector element parser shortcut. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods SelectorNode[] parse(string $source) Parses given selector source into an array of tokens. Details SelectorNode[] parse(string $source) Parses given selector source into an array of tokens. Parameters string $source R

FlashBag::all()

array all() Gets and clears flashes from the stack. Return Value array

CodeHelper::formatFile()

string formatFile(string $file, int $line, string $text = null) Formats a file path. Parameters string $file An absolute file path int $line The line number string $text Use this text for the link rather than the file path Return Value string

DbalSessionHandler::write()

write($sessionId, $data) {@inheritdoc} Parameters $sessionId $data