Evercode1\ViewMaker\PlainTemplates::__construct PHP Method

__construct() public method

public __construct ( array $tokens )
$tokens array
    public function __construct(array $tokens)
    {
        $this->tokens = new FormatsTokens($tokens);
    }