コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Smony/njphoto
 /**
  * Set the plugins path for the application.
  *
  * @param string $basePath
  * @return $this 
  * @static 
  */
 public static function setPluginsPath($path)
 {
     return \October\Rain\Foundation\Application::setPluginsPath($path);
 }