ConsoleHandler::handle()

handle(array $record) {@inheritdoc} Parameters array $record

Bridge\Twig\DataCollector

Classes TwigDataCollector TwigDataCollector.

ArgumentMetadata::getType()

string getType() Returns the type of the argument. The type is the PHP class in 5.5+ and additionally the basic type in PHP 7.0+. Return Value string

PersistentToken::getSeries()

string getSeries() Returns the series. Return Value string

UserSecurityIdentity::equals()

equals(SecurityIdentityInterface $sid) This method is used to compare two security identities in order to not rely on referential equality. Parameters SecurityIdentityInterface $sid

HtmlDumper::dump()

dump(Data $data, callable|resource|string|null $output = null) Dumps a Data object. Parameters Data $data A Data object callable|resource|string|null $output A line dumper callable, an opened stream or an output path

Session::setName()

setName(string $name) Sets the session name. Parameters string $name

ErrorHandler::throwAt()

int throwAt(int $levels, bool $replace = false) Sets the PHP error levels that throw an exception when a PHP error occurs. Parameters int $levels A bit field of E_* constants for thrown errors bool $replace Replace or amend the previous value Return Value int The previous value

Route::getMethods()

array getMethods() Returns the uppercased HTTP methods this route is restricted to. So an empty array means that any method is allowed. Return Value array The methods

Request::getUserInfo()

string getUserInfo() Gets the user info. Return Value string A user name and, optionally, scheme-specific information about how to gain authorization to access the server