コード例 #1
0
ファイル: _ide_helper.php プロジェクト: Smony/njphoto
 /**
  * Finds the path to a class
  *
  * @param mixed $className Class name or object
  * @return string The file path
  * @static 
  */
 public static function fromClass($className)
 {
     return \October\Rain\Filesystem\Filesystem::fromClass($className);
 }