Container::compile()

compile() Compiles the container. This method does two things: Parameter values are resolved; The parameter bag is frozen.

FilePathsIterator deprecated::rewind()

rewind()

Route::setCondition()

Route setCondition(string $condition) Sets the condition. This method implements a fluent interface. Parameters string $condition The condition Return Value Route The current Route instance

SecurityDataCollector::getAccessDecisionLog()

array getAccessDecisionLog() Returns the log of the security decisions made by the access decision manager. Return Value array

BaseNode::getAttributes()

getAttributes()

UnaryNode::evaluate()

evaluate($functions, $values) Parameters $functions $values

Psr6Cache::write()

write(ClassMetadata $metadata) Stores a class metadata in the cache. Parameters ClassMetadata $metadata A Class Metadata

ExecutionContextInterface::isObjectInitialized()

bool isObjectInitialized(string $cacheKey) Returns whether an object was initialized. Parameters string $cacheKey The hash of the object Return Value bool Whether the object was already initialized See also ObjectInitializerInterface

PermissionMapInterface

interface PermissionMapInterface This is the interface that must be implemented by permission maps. Methods array getMasks(string $permission, object $object) Returns an array of bitmasks. bool contains(string $permission) Whether this map contains the given permission Details array getMasks(string $permission, object $object) Returns an array of bitmasks. The security identity must have been granted access to at least one of these bitmask

StubCaster::castStub()

static castStub(Stub $c, array $a, Stub $stub, $isNested) Parameters Stub $c array $a Stub $stub $isNested