/** * Sets the cache config. * * @var mixed * @return void */ public static function setCache($cache) { self::$_cacheConfig = $cache; }
/** * Convenience method to get a string $url with full base path * * @param array $data * @param string $identifier * @param boolean * @return string */ public function stringUrl($data, $identifier, $fullBase = false) { return TemplateUrl::stringUrl($data, $identifier, $fullBase); }