コード例 #1
0
ファイル: _ide_helper.php プロジェクト: ycms/framework
 /**
  * Alternative method for "addPath".
  *
  * @param string $path
  * @return $this 
  * @static 
  */
 public static function addPath($path)
 {
     return \YCMS\Modules\Repository::addPath($path);
 }