예제 #1
0
 /**
  * Add other module location.
  *
  * @param string $path
  * @return $this 
  * @static 
  */
 public static function addLocation($path)
 {
     return \YCMS\Modules\Repository::addLocation($path);
 }