Neos\Flow\Security\Authorization\PrivilegeManager::__construct PHP Method

__construct() public method

public __construct ( Neos\Flow\ObjectManagement\ObjectManagerInterface $objectManager, Context $securityContext )
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface The object manager
$securityContext Neos\Flow\Security\Context The current security context
    public function __construct(ObjectManagerInterface $objectManager, Context $securityContext)
    {
        $this->objectManager = $objectManager;
        $this->securityContext = $securityContext;
    }