ProcessBuilder::getProcess()

Process getProcess() Creates a Process instance and returns it. Return Value Process Exceptions LogicException In case no arguments have been provided

ArrayNode::setAllowNewKeys()

setAllowNewKeys(bool $allow) Sets whether new keys can be defined in subsequent configurations. Parameters bool $allow

SessionHandlerProxy::read()

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

CsrfTokenManager::isTokenValid()

bool isTokenValid(CsrfToken $token) Returns whether the given CSRF token is valid. Parameters CsrfToken $token A CSRF token Return Value bool Returns true if the token is valid, false otherwise

PersistentTokenInterface::getLastUsed()

DateTime getLastUsed() Returns the time the token was last used. Return Value DateTime

StringUtil::trim()

static string trim(string $string) Returns the trimmed data. Parameters string $string Return Value string

Command deprecated

class Command deprecated since 2.8, to be removed in 3.0. Methods __construct(Command $parent = null) Constructor. string __toString() Returns command as string. static Command create(Command $parent = null) Creates a new Command instance. static string escape(string $input) Escapes special chars from input. static string quote(string $input) Quotes input. Command add(string|Command $bit) Appends a string or a Command instance. Command top(string|Command $

Kernel::boot()

boot() Boots the current kernel.

ChoiceFormField

class ChoiceFormField extends FormField ChoiceFormField represents a choice form field. It is constructed from a HTML select tag, or a HTML checkbox, or radio inputs. Methods __construct(DOMElement $node) Constructor. from FormField string getName() Returns the name of the field. from FormField string|array getValue() Gets the value of the field. from FormField setValue(string $value) Sets the value of the field. bool hasValue() Returns true if the field should be includ

Profile::getParentToken()

null|string getParentToken() Returns the parent token. Return Value null|string The parent token