TokenStream

class TokenStream CSS selector token stream. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods TokenStream push(Token $token) Pushes a token. TokenStream freeze() Freezes stream. Token getNext() Returns next token. Token getPeek() Returns peeked token. Token[] getUsed() Returns used tokens. string getNextIdentifier() Returns nex identifier token. null|string getNextI

Specificity

class Specificity Represents a node specificity. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Constants A_FACTOR B_FACTOR C_FACTOR Methods __construct(int $a, int $b, int $c) Constructor. Specificity plus(Specificity $specificity) int getValue() Returns global specificity value. int compareTo(Specificity $specificity) Returns -1 if the object specificity is lower than t

AbstractProxy

class AbstractProxy AbstractProxy. Methods string getSaveHandlerName() Gets the session.save_handler name. bool isSessionHandlerInterface() Is this proxy handler and instance of \SessionHandlerInterface. bool isWrapper() Returns true if this handler wraps an internal PHP session save handler using \SessionHandler. bool isActive() Has a session started? string getId() Gets the session ID. setId(string $id) Sets the session ID. string getName() Gets the sessio

SurrogateListener

class SurrogateListener implements EventSubscriberInterface SurrogateListener adds a Surrogate-Control HTTP header when the Response needs to be parsed for Surrogates. Methods __construct(SurrogateInterface $surrogate = null) Constructor. onKernelResponse(FilterResponseEvent $event) Filters the Response. static array getSubscribedEvents() Returns an array of event names this subscriber wants to listen to. Details __construct(SurrogateInterface $

LanguageBundleInterface

interface LanguageBundleInterface implements ResourceBundleInterface Gives access to language-related ICU data. Methods string[] getLocales() Returns the list of locales that this bundle supports. from ResourceBundleInterface string|null getLanguageName(string $language, string|null $region = null, string $displayLocale = null) Returns the name of a language. string[] getLanguageNames(string $displayLocale = null) Returns the names of all known languages. string|null getScr

Bundle\SecurityBundle\DependencyInjection\Security\Factory

Classes AbstractFactory AbstractFactory is the base class for all classes inheriting from AbstractAuthenticationListener FormLoginFactory FormLoginFactory creates services for form login authentication. HttpBasicFactory HttpBasicFactory creates services for HTTP basic authentication. HttpDigestFactory HttpDigestFactory creates services for HTTP digest authentication. RememberMeFactory X509Factory X509Factory creates services for X509 certificate authentication. Interfa

Request::setTrustedHosts()

static setTrustedHosts(array $hostPatterns) Sets a list of trusted host patterns. You should only list the hosts you manage using regexs. Parameters array $hostPatterns A list of trusted host patterns

MinuteTransformer::getReverseMatchingRegExp()

string getReverseMatchingRegExp(int $length) Returns a reverse matching regular expression of a string generated by format(). Parameters int $length The length of the value to be reverse matched Return Value string The reverse matching regular expression

GenericMetadata::getTraversalStrategy()

int getTraversalStrategy() Returns the strategy for traversing traversable objects. Return Value int The traversal strategy

ValidatorBuilderInterface::setMetadataFactory()

ValidatorBuilderInterface setMetadataFactory(MetadataFactoryInterface $metadataFactory) Sets the class metadata factory used by the validator. Parameters MetadataFactoryInterface $metadataFactory The metadata factory Return Value ValidatorBuilderInterface The builder object