Example #1
0
 /**
  * Sets the cache config.
  *
  * @var mixed
  * @return void
  */
 public static function setCache($cache)
 {
     self::$_cacheConfig = $cache;
 }
Example #2
0
 /**
  * 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);
 }