コード例 #1
0
ファイル: _ide_helper.php プロジェクト: ycms/framework
 /**
  * Get storage path for module used.
  *
  * @return string 
  * @static 
  */
 public static function getUsedStoragePath()
 {
     return \YCMS\Modules\Repository::getUsedStoragePath();
 }