PermissionGrantingStrategyInterface::isGranted()

bool isGranted(AclInterface $acl, array $masks, array $sids, bool $administrativeMode = false) Determines whether access to a domain object is to be granted Parameters AclInterface $acl array $masks array $sids bool $administrativeMode Return Value bool

ValidatorBuilder

class ValidatorBuilder implements ValidatorBuilderInterface The default implementation of {@link ValidatorBuilderInterface}. Methods ValidatorBuilderInterface addObjectInitializer(ObjectInitializerInterface $initializer) Adds an object initializer to the validator. ValidatorBuilderInterface addObjectInitializers(array $initializers) Adds a list of object initializers to the validator. ValidatorBuilderInterface addXmlMapping(string $path) Adds an XML constraint mapping file to t

CollectionToArrayTransformer::reverseTransform()

mixed reverseTransform(mixed $array) Transforms choice keys into entities. Parameters mixed $array An array of entities Return Value mixed The value in the original representation

HeaderBag::count()

int count() Returns the number of headers. Return Value int The number of headers

RequestStack::getParentRequest()

Request|null getParentRequest() Returns the parent request of the current. Be warned that making your code aware of the parent request might make it un-compatible with other features of your framework like ESI support. If current Request is the master request, it returns null. Return Value Request|null

AnonymousToken::getCredentials()

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

Bridge\Monolog\Handler\FingersCrossed

Classes NotFoundActivationStrategy Activation strategy that ignores 404s for certain URLs.

AcceptHeader::add()

AcceptHeader add(AcceptHeaderItem $item) Adds an item. Parameters AcceptHeaderItem $item Return Value AcceptHeader

StyleInterface::title()

title(string $message) Formats a command title. Parameters string $message

PropertyPathInterface::getParent()

PropertyPath getParent() Returns the parent property path. The parent property path is the one that contains the same items as this one except for the last one. If this property path only contains one item, null is returned. Return Value PropertyPath The parent path or null