FileBinaryMimeTypeGuesser::isSupported()

static bool isSupported() Returns whether this guesser is supported on the current OS. Return Value bool

CodeExtension::getName()

getName() {@inheritdoc}

InMemoryTokenProvider

class InMemoryTokenProvider implements TokenProviderInterface This class is used for testing purposes, and is not really suited for production. Methods PersistentTokenInterface loadTokenBySeries(string $series) Loads the active token for the given series. updateToken(string $series, string $tokenValue, DateTime $lastUsed) Updates the token according to this data. deleteTokenBySeries(string $series) Deletes all tokens belonging to series. createNewToken(PersistentTokenInter

Token

class Token CSS selector token. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Constants TYPE_FILE_END TYPE_DELIMITER TYPE_WHITESPACE TYPE_IDENTIFIER TYPE_HASH TYPE_NUMBER TYPE_STRING Methods __construct(int $type, string $value, int $position) int getType() string getValue() int getPosition() bool isFileEnd() bool isDelimiter(array $values =

OutputInterface::writeln()

writeln(string|array $messages, int $options) Writes a message to the output and adds a newline at the end. Parameters string|array $messages The message as an array of lines of a single string int $options A bitmask of options (one of the OUTPUT or VERBOSITY constants), 0 is considered the same as self::OUTPUTNORMAL | self::VERBOSITYNORMAL

Question::setHidden()

Question setHidden(bool $hidden) Sets whether the user response must be hidden or not. Parameters bool $hidden Return Value Question The current instance Exceptions LogicException In case the autocompleter is also used

Form::getIterator()

Traversable|FormInterface[] getIterator() Returns the iterator for this group. Return Value Traversable|FormInterface[]

PhpEngine::setCharset()

setCharset(string $charset) Sets the charset to use. Parameters string $charset The charset

Definition::setFile()

Definition setFile(string $file) Sets a file to require before creating the service. Parameters string $file A full pathname to include Return Value Definition The current instance

MemoryDataCollector

class MemoryDataCollector extends DataCollector implements LateDataCollectorInterface MemoryDataCollector. Methods serialize() from DataCollector unserialize($data) from DataCollector __construct() collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. lateCollect() Collects data as late as possible. int getMemory() Gets the memory. int getMemoryLimit() Gets the PHP memory limit. upd