Flow\Template::__construct PHP Method

__construct() public method

public __construct ( $loader, $helpers = [] )
    public function __construct($loader, $helpers = array())
    {
        $this->loader = $loader;
        $this->helpers = $helpers;
        $this->parent = null;
        $this->blocks = array();
        $this->macros = array();
        $this->imports = array();
        $this->stack = array();
    }