Route::getSchemes()

array getSchemes() Returns the lowercased schemes this route is restricted to. So an empty array means that any scheme is allowed. Return Value array The schemes

ConsoleOutput::setDecorated()

setDecorated(bool $decorated) Sets the decorated flag. Parameters bool $decorated Whether to decorate the messages

Acl::getObjectAces()

array getObjectAces() Returns all object-based ACEs associated with this ACL Return Value array

PermissionGrantingStrategy::setAuditLogger()

setAuditLogger(AuditLoggerInterface $auditLogger) Sets the audit logger Parameters AuditLoggerInterface $auditLogger

Route::setRequirements()

Route setRequirements(array $requirements) Sets the requirements. This method implements a fluent interface. Parameters array $requirements The requirements Return Value Route The current Route instance

AclCollectionCache

class AclCollectionCache This service caches ACLs for an entire collection of objects. Methods __construct(AclProviderInterface $aclProvider, ObjectIdentityRetrievalStrategyInterface $oidRetrievalStrategy, SecurityIdentityRetrievalStrategyInterface $sidRetrievalStrategy) Constructor. cache(mixed $collection, array $tokens = array()) Batch loads ACLs for an entire collection; thus, it reduces the number of required queries considerably. Details __cons

DnsMock::gethostbynamel()

static gethostbynamel($hostname) Parameters $hostname

Acl::insertObjectAce()

insertObjectAce(SecurityIdentityInterface $sid, int $mask, int $index, bool $granting = true, string $strategy = null) Inserts an object-based ACE Parameters SecurityIdentityInterface $sid int $mask int $index bool $granting string $strategy

LogoutUrlExtension deprecated::getFunctions()

getFunctions() {@inheritdoc}

ConfigCacheInterface::isFresh()

bool isFresh() Checks if the cache is still fresh. This check should take the metadata passed to the write() method into consideration. Return Value bool Whether the cache is still fresh