/** * @param string $templatePath * @param string $templateNamespace */ public function __construct($templatePath, $templateNamespace) { $this->templateNamespace = $templateNamespace; Templates::addPath($templatePath, $this->templateNamespace); }
<?php \jvwp\Templates::addPath(__DIR__ . '/templates', 'jvwp');