/** * Set the path for the template * * @return void * @param string $path The path to set. */ private function setTemplatePath($path) { self::$templatePath = (string) $path; }
/** * Set the path for the template * * @param string $path The path to set. */ public static function setTemplatePath($path) { self::$templatePath = (string) $path; }