Token::isFileEnd()

bool isFileEnd() Return Value bool

YamlExtension::encode()

encode($input, $inline, $dumpObjects) Parameters $input $inline $dumpObjects

ObjectIdentity::getType()

string getType() Returns a type for the domain object. Typically, this is the PHP class name. Return Value string cannot return null

ProgressHelper deprecated::clear()

clear() Removes the progress bar from the current line. This is useful if you wish to write some output while a progress bar is running. Call display() to show the progress bar again.

RememberMeAuthenticationProvider::authenticate()

TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. Parameters TokenInterface $token The TokenInterface instance to authenticate Return Value TokenInterface An authenticated TokenInterface instance, never null Exceptions AuthenticationException if the authentication fails

MemcachedSessionHandler::destroy()

destroy($sessionId) {@inheritdoc} Parameters $sessionId

YamlExtension::getFilters()

getFilters() {@inheritdoc}

UserSecurityIdentity::fromToken()

static UserSecurityIdentity fromToken(TokenInterface $token) Creates a user security identity from a TokenInterface Parameters TokenInterface $token Return Value UserSecurityIdentity

InvalidConfigurationException

class InvalidConfigurationException extends Exception A very general exception which can be thrown whenever non of the more specific exceptions is suitable. Methods setPath($path) getPath() addHint(string $hint) Adds extra information that is suffixed to the original exception message. Details setPath($path) Parameters $path getPath() addHint(string $hint)

StyleInterface::table()

table(array $headers, array $rows) Formats a table. Parameters array $headers array $rows