-
Notifications
You must be signed in to change notification settings - Fork 0
SYSTEM autoload
Ulf Gebhardt edited this page Mar 10, 2016
·
1 revision
- Class name: autoload
- Namespace: SYSTEM
private mixed $files = array()
- Visibility: private
- This property is static.
private mixed $folders = array()
- Visibility: private
- This property is static.
private mixed $func = array()
- Visibility: private
- This property is static.
mixed SYSTEM\autoload::getClassFromFile($file)
- Visibility: private
- This method is static.
- $file mixed
mixed SYSTEM\autoload::getClassNamespaceFromClass($class)
- Visibility: private
- This method is static.
- $class mixed
mixed SYSTEM\autoload::autoload_($class, $namespace)
- Visibility: private
- This method is static.
- $class mixed
- $namespace mixed
mixed SYSTEM\autoload::registerFile($file, $namespace)
- Visibility: public
- This method is static.
- $file mixed
- $namespace mixed
mixed SYSTEM\autoload::registerFolder($folder, $namespace)
- Visibility: public
- This method is static.
- $folder mixed
- $namespace mixed
mixed SYSTEM\autoload::registerFunc($func, $namespace)
- Visibility: public
- This method is static.
- $func mixed
- $namespace mixed
mixed SYSTEM\autoload::register_autoload()
- Visibility: public
- This method is static.
mixed SYSTEM\autoload::autoload($class)
- Visibility: public
- This method is static.
- $class mixed
mixed SYSTEM\autoload::file_extension($filename)
- Visibility: private
- This method is static.
- $filename mixed
mixed SYSTEM\autoload::autoload_all()
- Visibility: public
- This method is static.