Latte\MacroTokens::__construct PHP Method

__construct() public method

public __construct ( $input = NULL )
    public function __construct($input = NULL)
    {
        parent::__construct(is_array($input) ? $input : $this->parse($input));
        $this->ignored = [self::T_COMMENT, self::T_WHITESPACE];
    }