Latte\Loaders\StringLoader::__construct PHP Method

__construct() public method

public __construct ( array $templates = NULL )
$templates array
    public function __construct(array $templates = NULL)
    {
        $this->templates = $templates;
    }