NotAllAclsFoundException

class NotAllAclsFoundException extends AclNotFoundException

This exception is thrown when you have requested ACLs for multiple object identities, but the AclProvider implementation failed to find ACLs for all identities.

This exception contains the partial result.

Methods

setPartialResult(SplObjectStorage $result)

Sets the partial result.

SplObjectStorage getPartialResult()

Returns the partial result.

Details

setPartialResult(SplObjectStorage $result)

Sets the partial result.

Parameters

SplObjectStorage $result

SplObjectStorage getPartialResult()

Returns the partial result.

Return Value

SplObjectStorage

© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/2.7/Symfony/Component/Security/Acl/Exception/NotAllAclsFoundException.html