AttributeMatchingExtension::getName()

string getName() Returns extension name. Return Value string

PostAuthenticationGuardToken

class PostAuthenticationGuardToken extends AbstractToken implements GuardTokenInterface Used as an "authenticated" token, though it could be set to not-authenticated later. If you're using Guard authentication, you must use a class that implements GuardTokenInterface as your authenticated token (like this class). Methods __construct(UserInterface $user, string $providerKey, array $roles) RoleInterface[] getRoles() Returns the user roles. from AbstractToken string getUsername()

ConsoleTerminateEvent

class ConsoleTerminateEvent extends ConsoleEvent Allows to manipulate the exit code of a command after its execution. Methods bool isPropagationStopped() Returns whether further event listeners should be triggered. from Event stopPropagation() Stops the propagation of the event to further event listeners. from Event setDispatcher(EventDispatcherInterface $dispatcher) deprecated Stores the EventDispatcher that dispatches this Event. from Event EventDispatcherInterface getDispa

OrderedHashMapIterator::valid()

valid() {@inheritdoc}

RingBuffer::offsetGet()

offsetGet($key) {@inheritdoc} Parameters $key

BsdFindAdapter deprecated

class BsdFindAdapter extends AbstractFindAdapter deprecated since 2.8, to be removed in 3.0. Use Finder instead. Shell engine implementation using BSD find command. Methods bool isSupported() Tests adapter support for current platform. from AbstractAdapter AdapterInterface setFollowLinks(bool $followLinks) from AbstractAdapter AdapterInterface setMode(int $mode) from AbstractAdapter AdapterInterface setDepths(array $depths) from AbstractAdapter AdapterInterface set

HeaderBag

class HeaderBag implements IteratorAggregate, Countable HeaderBag is a container for HTTP headers. Methods __construct(array $headers = array()) Constructor. string __toString() Returns the headers as a string. array all() Returns the headers. array keys() Returns the parameter keys. replace(array $headers = array()) Replaces the current HTTP headers by a new set. add(array $headers) Adds new headers the current HTTP headers set. string|array get(string $key

ServerBag

class ServerBag extends ParameterBag ServerBag is a container for HTTP headers from the $_SERVER variable. Methods __construct(array $parameters = array()) Constructor. from ParameterBag array all() Returns the parameters. from ParameterBag array keys() Returns the parameter keys. from ParameterBag replace(array $parameters = array()) Replaces the current parameters by a new set. from ParameterBag add(array $parameters = array()) Adds parameters. from ParameterBag mixed

GnuFindAdapter deprecated

class GnuFindAdapter extends AbstractFindAdapter deprecated since 2.8, to be removed in 3.0. Use Finder instead. Shell engine implementation using GNU find command. Methods bool isSupported() Tests adapter support for current platform. from AbstractAdapter AdapterInterface setFollowLinks(bool $followLinks) from AbstractAdapter AdapterInterface setMode(int $mode) from AbstractAdapter AdapterInterface setDepths(array $depths) from AbstractAdapter AdapterInterface set

Route::getPath()

getPath()