コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Smony/njphoto
 /**
  * Get the path to the cached services.json file.
  *
  * @return string 
  * @static 
  */
 public static function getCachedServicesPath()
 {
     return \October\Rain\Foundation\Application::getCachedServicesPath();
 }
コード例 #2
0
ファイル: _ide_helper.php プロジェクト: KijaniNGO/kijani.ngo
 /**
  * Get the path to the cached services.json file.
  *
  * @return string 
  * @static 
  */
 public static function getCachedServicesPath()
 {
     //Method inherited from \Illuminate\Foundation\Application
     return \October\Rain\Foundation\Application::getCachedServicesPath();
 }