Happyr\DoctrineSpecification\Logic\LogicX::__construct PHP Method

__construct() public method

Take two or more Expression as parameters.
public __construct ( string $expression, array $children = [] )
$expression string
$children array
    public function __construct($expression, array $children = array())
    {
        $this->expression = $expression;
        $this->children = $children;
    }