Flow\Node\IfNode::__construct PHP Метод

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

public __construct ( $tests, $else, $line )
    public function __construct($tests, $else, $line)
    {
        parent::__construct($line);
        $this->tests = $tests;
        $this->else = $else;
    }