Ejemplo n.º 1
0
 /**
  * Get a specific config data from a configuration file.
  *
  * @param $key
  * @return mixed 
  * @static 
  */
 public static function config($key)
 {
     return \YCMS\Modules\Repository::config($key);
 }