Beispiel #1
0
 /**
  * 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);
 }