Jarves\ConditionOperator::__construct PHP Method

__construct() public method

ConditionOperator constructor.
public __construct ( Jarves $jarves, JarvesConfig $jarvesConfig, Objects $objects, PageStack $pageStack )
$jarves Jarves
$jarvesConfig JarvesConfig
$objects Objects
$pageStack PageStack
    public function __construct(Jarves $jarves, JarvesConfig $jarvesConfig, Objects $objects, PageStack $pageStack)
    {
        $this->jarves = $jarves;
        $this->jarvesConfig = $jarvesConfig;
        $this->objects = $objects;
        $this->pageStack = $pageStack;
    }