コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Smony/njphoto
 /**
  * Get the path to the application "app" directory.
  *
  * @return string 
  * @static 
  */
 public static function path()
 {
     //Method inherited from \Illuminate\Foundation\Application
     return \October\Rain\Foundation\Application::path();
 }