Shell deprecated::setProcessIsolation()

setProcessIsolation($processIsolation) Parameters $processIsolation

Shell deprecated::run()

run() Runs the shell.

Shell deprecated::getType()

int getType() Returns guessed OS type. Return Value int

Shell deprecated

class Shell deprecated since 2.8, to be removed in 3.0. Constants TYPE_UNIX TYPE_DARWIN TYPE_CYGWIN TYPE_WINDOWS TYPE_BSD Methods int getType() Returns guessed OS type. bool testCommand(string $command) Tests if a command is available. Details int getType() Returns guessed OS type. Return Value int bool testCommand(string $command) Tests if a command is available. Param

Shell deprecated

class Shell extends Shell deprecated since version 2.8, to be removed in 3.0. Shell. Methods __construct(Application $application) Constructor. from Shell run() Runs the shell. from Shell getProcessIsolation() from Shell setProcessIsolation($processIsolation) from Shell Details __construct(Application $application) Constructor. If there is no readline support for the current PHP executable a \RuntimeException exception is thro

SetAclCommand

class SetAclCommand extends ContainerAwareCommand Sets ACL for objects. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set. from Command Application getApplication

SessionUnavailableException

class SessionUnavailableException extends AuthenticationException This exception is thrown when no session is available. Possible reasons for this are: a) The session timed out because the user waited too long. b) The user has disabled cookies, and a new session is started on each request. Methods TokenInterface getToken() Get the token. from AuthenticationException setToken(TokenInterface $token) Set the token. from AuthenticationException serialize() from AuthenticationEx

SessionTokenStorage::getToken()

string getToken(string $tokenId) Reads a stored CSRF token. Parameters string $tokenId The token ID Return Value string The stored token Exceptions TokenNotFoundException If the token ID does not exist

SessionTokenStorage::hasToken()

bool hasToken(string $tokenId) Checks whether a token with the given token ID exists. Parameters string $tokenId The token ID Return Value bool Whether a token exists with the given ID

SessionTokenStorage::setToken()

setToken(string $tokenId, string $token) Stores a CSRF token. Parameters string $tokenId The token ID string $token The CSRF token