SearchType::getParent()

string|null getParent() Returns the name of the parent type. Return Value string|null The name of the parent type if any, null otherwise

Definition::isSynthetic()

bool isSynthetic() Whether this definition is synthetic, that is not constructed by the container, but dynamically injected. Return Value bool

Definition::getFactory()

string|array getFactory() Gets the factory. Return Value string|array The PHP function or an array containing a class/Reference and a method to call

SessionLogoutHandler

class SessionLogoutHandler implements LogoutHandlerInterface Handler for clearing invalidating the current session. Methods logout(Request $request, Response $response, TokenInterface $token) Invalidate the current session. Details logout(Request $request, Response $response, TokenInterface $token) Invalidate the current session. Parameters Request $request Response $response TokenInterface $token

TableHelper deprecated::setRows()

setRows(array $rows) Parameters array $rows

Locale::getAllVariants()

static array getAllVariants(string $locale) Not supported. Returns the variants for the input locale. Parameters string $locale The locale to extract the variants from Return Value array The locale variants Exceptions MethodNotImplementedException See also http://www.php.net/manual/en/locale.getallvariants.php

Client::getServerParameter()

string getServerParameter(string $key, string $default = '') Gets single server parameter for specified key. Parameters string $key A key of the parameter to get string $default A default value when key is undefined Return Value string A value of the parameter

Request::getPassword()

string|null getPassword() Returns the password. Return Value string|null

Shell deprecated::setProcessIsolation()

setProcessIsolation($processIsolation) Parameters $processIsolation

DumperCollection::setAttributes()

setAttributes(array $attributes) Sets multiple attributes. Parameters array $attributes The attributes