NameNode::compile()

compile(Compiler $compiler) Parameters Compiler $compiler

User::isCredentialsNonExpired()

bool isCredentialsNonExpired() Checks whether the user's credentials (password) has expired. Internally, if this method returns false, the authentication system will throw a CredentialsExpiredException and prevent login. Return Value bool true if the user's credentials are non expired, false otherwise

Profiler::purge()

purge() Purges all data from the storage.

AbstractFactory::addOption()

final addOption($name, $default = null) Parameters $name $default

RequestContext

class RequestContext Holds information about the current request. This class implements a fluent interface. Methods __construct(string $baseUrl = '', string $method = 'GET', string $host = 'localhost', string $scheme = 'http', int $httpPort = 80, int $httpsPort = 443, string $path = '/', string $queryString = '') Constructor. RequestContext fromRequest(Request $request) Updates the RequestContext information based on a HttpFoundation Request. string getBaseUrl() Gets the base U

DbalSessionHandler::gc()

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

Bridge\Doctrine\Validator

Namespaces Symfony\Bridge\Doctrine\Validator\Constraints Classes DoctrineInitializer Automatically loads proxy object before validation.

ConfigDataCollector::hasAccelerator()

bool hasAccelerator() Returns true if any accelerator is enabled. Return Value bool true if any accelerator is enabled, false otherwise

IsNull

class IsNull extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. NOT_NULL_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message Methods static string

ExprBuilder::ifNotInArray()

ExprBuilder ifNotInArray(array $array) Tests if the value is not in an array. Parameters array $array Return Value ExprBuilder