MongoDbProfilerStorage deprecated

class MongoDbProfilerStorage implements ProfilerStorageInterface deprecated Deprecated since Symfony 2.8, to be removed in Symfony 3.0. Use {@link FileProfilerStorage} instead. Methods __construct(string $dsn, string $username = '', string $password = '', int $lifetime = 86400) Constructor. array find(string $ip, string $url, string $limit, string $method, int|null $start = null, int|null $end = null) Finds profiler tokens for the given criteria. purge() Purges all data from

Profile::getChildren()

Profile[] getChildren() Finds children profilers. Return Value Profile[] An array of Profile

NullSessionHandler::gc()

gc($maxlifetime) {@inheritdoc} Parameters $maxlifetime

RememberMeToken::getCredentials()

mixed getCredentials() Returns the user credentials. Return Value mixed The user credentials

FormDataCollector::getName()

string getName() Returns the name of the collector. Return Value string The collector name

ResponseHeaderBag

class ResponseHeaderBag extends HeaderBag ResponseHeaderBag is a container for Response HTTP headers. Constants COOKIES_FLAT COOKIES_ARRAY DISPOSITION_ATTACHMENT DISPOSITION_INLINE Methods __construct(array $headers = array()) Constructor. string __toString() Returns the headers as a string. array all() Returns the headers. from HeaderBag array keys() Returns the parameter keys. from HeaderBag replace(array $headers = array()) Replaces the current HTTP

SecurityExtension

class SecurityExtension extends Extension SecurityExtension. Methods string getXsdValidationBasePath() Returns the base path for the XSD files. string getNamespace() Returns the namespace to be used for this extension (XML namespace). string getAlias() Returns the recommended alias to use in XML. from Extension ConfigurationInterface|null getConfiguration(array $config, ContainerBuilder $container) Returns extension configuration. array getClassesToCompile() Gets the c

ProfilerStorageInterface::write()

bool write(Profile $profile) Saves a Profile. Parameters Profile $profile A Profile instance Return Value bool Write operation successful

LoggerDataCollector::getPriorities()

getPriorities()

InvalidOptionException

class InvalidOptionException extends InvalidArgumentException implements ExceptionInterface Represents an incorrect option name typed in the console.