Overview

Namespaces

  • PHP
  • ProgrammingAreHard
    • Arbiter
      • Domain
      • Model
  • Symfony
    • Component
      • Security
        • Acl
          • Exception
          • Model
          • Permission
        • Core
          • User

Exceptions

  • AclAlreadyExistsException
  • AclNotFoundException
  • ConcurrentModificationException
  • Exception
  • InvalidDomainObjectException
  • NoAceFoundException
  • NotAllAclsFoundException
  • SidNotLoadedException
  • Overview
  • Namespace
  • Class
  • Tree

Class NotAllAclsFoundException

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.

Exception
Extended by Symfony\Component\Security\Acl\Exception\Exception
Extended by Symfony\Component\Security\Acl\Exception\AclNotFoundException
Extended by Symfony\Component\Security\Acl\Exception\NotAllAclsFoundException
Namespace: Symfony\Component\Security\Acl\Exception
Author: Johannes M. Schmitt <schmittjoh@gmail.com>
Located at NotAllAclsFoundException.php
Methods summary
public
# setPartialResult( SplObjectStorage $result )

Sets the partial result

Sets the partial result

Parameters

$result
SplObjectStorage
$result
public SplObjectStorage
# getPartialResult( )

Returns the partial result

Returns the partial result

Returns

SplObjectStorage
Methods inherited from Exception
__construct(), __toString(), getCode(), getFile(), getLine(), getMessage(), getPrevious(), getTrace(), getTraceAsString()
Properties inherited from Exception
$code, $file, $line, $message
Arbiter API documentation generated by ApiGen 2.8.0