MutableAclInterface::setEntriesInheriting()

setEntriesInheriting(bool $boolean) Sets whether entries are inherited Parameters bool $boolean

TemplateCacheCacheWarmer::isOptional()

bool isOptional() Checks whether this warmer is optional or not. Return Value bool true if the warmer is optional, false otherwise

Process::getEnhanceWindowsCompatibility()

bool getEnhanceWindowsCompatibility() Gets whether or not Windows compatibility is enabled. This is true by default. Return Value bool

Command::getHelp()

string getHelp() Returns the help for the command. Return Value string The help for the command

Route

class Route Annotation class for @Route(). Methods __construct(array $data) Constructor. setPath($path) getPath() setHost($pattern) getHost() setName($name) getName() setRequirements($requirements) getRequirements() setOptions($options) getOptions() setDefaults($defaults) getDefaults() setSchemes($schemes) getSchemes() setMethods($methods) getMethods() setCondition($condition) getCo

ErrorHandler::register()

static ErrorHandler register(ErrorHandler $handler = null, bool $replace = true) Registers the error handler. Parameters ErrorHandler $handler The handler to register bool $replace Whether to replace or not any existing handler Return Value ErrorHandler The registered error handler

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