Neos\ContentRepository\Security\Authorization\Privilege\Node\NodePrivilegeContext::__construct PHP Метод

__construct() публичный Метод

public __construct ( Neos\ContentRepository\Domain\Model\NodeInterface $node = null )
$node Neos\ContentRepository\Domain\Model\NodeInterface
    public function __construct(NodeInterface $node = null)
    {
        $this->node = $node;
    }