ProcessPipes::close()

close() Closes file handles and pipes.

NativeSessionStorage::setName()

setName(string $name) Sets the session name. Parameters string $name

ProgressBar::finish()

finish() Finishes the progress output.

Store

class Store implements StoreInterface Store implements all the logic for storing cache metadata (Request and Response headers). Methods __construct(string $root) Constructor. cleanup() Cleanups storage. bool|string lock(Request $request) Tries to lock the cache for a given Request, without blocking. bool unlock(Request $request) Releases the lock for the given Request. bool isLocked(Request $request) Returns whether or not a lock exists. Response|null lookup(Requ

StopwatchEvent::lap()

StopwatchEvent lap() Stops the current period and then starts a new one. Return Value StopwatchEvent The event

Ssi::addSurrogateCapability()

addSurrogateCapability(Request $request) Adds Surrogate-capability to the given Request. Parameters Request $request A Request instance

MemberMetadata

class MemberMetadata extends GenericMetadata implements PropertyMetadataInterface Stores all metadata needed for validating a class property. The method of accessing the property's value must be specified by subclasses by implementing the {@link newReflectionMember()} method. This class supports serialization and cloning. Properties Constraint[] $constraints from GenericMetadata array $constraintsByGroup from GenericMetadata int $cascadingStrategy The strategy for cascading objects.

Command deprecated::join()

string join() Joins bits. Return Value string

AbstractFormLoginAuthenticator

class AbstractFormLoginAuthenticator extends AbstractGuardAuthenticator A base class to make form login authentication easier! Traits TargetPathTrait Trait to get (and set) the URL the user last visited before being forced to authenticate. Methods GuardTokenInterface createAuthenticatedToken(UserInterface $user, string $providerKey) Create an authenticated token for the given user. from AbstractGuardAuthenticator Response|null onAuthenticationFailure(Request $request, Authentic

MissingResourceException

class MissingResourceException extends RuntimeException Thrown when an invalid entry of a resource bundle was requested.