Jarves\ACL::__construct PHP Метод

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

ACL constructor.
public __construct ( Jarves $jarves, Objects $objects, PageStack $pageStack, Cacher $cacher, ConditionOperator $conditionOperator )
$jarves Jarves
$objects Objects
$pageStack PageStack
$cacher Jarves\Cache\Cacher
$conditionOperator ConditionOperator
    function __construct(Jarves $jarves, Objects $objects, PageStack $pageStack, Cacher $cacher, ConditionOperator $conditionOperator)
    {
        $this->jarves = $jarves;
        $this->objects = $objects;
        $this->pageStack = $pageStack;
        $this->cacher = $cacher;
        $this->conditionOperator = $conditionOperator;
    }