-
Notifications
You must be signed in to change notification settings - Fork 1
SYSTEM autoload
- Class name:autoload
- Namespace:SYSTEMProperties
###$filesprivate mixed $files = array()
-
Visibility: private* This property is static. ###$foldersprivate mixed $folders = array()
-
Visibility: private* This property is static. ###$funcprivate mixed $func = array()
-
Visibility: private* This property is static.Methods
###getClassFromFilemixed SYSTEM\autoload::getClassFromFile($file)
-
Visibility: private* This method is static.#### Arguments*$file mixed ###getClassNamespaceFromClassmixed SYSTEM\autoload::getClassNamespaceFromClass($class)
-
Visibility: private* This method is static.#### Arguments*$class mixed ###autoload_mixed SYSTEM\autoload::autoload_($class, $namespace)
-
Visibility: private* This method is static.#### Arguments*$class mixed*$namespace mixed ###registerFilemixed SYSTEM\autoload::registerFile($file, $namespace)
-
Visibility: public* This method is static.#### Arguments*$file mixed*$namespace mixed ###registerFoldermixed SYSTEM\autoload::registerFolder($folder, $namespace)
-
Visibility: public* This method is static.#### Arguments*$folder mixed*$namespace mixed ###registerFuncmixed SYSTEM\autoload::registerFunc($func, $namespace)
-
Visibility: public* This method is static.#### Arguments*$func mixed*$namespace mixed ###register_autoloadmixed SYSTEM\autoload::register_autoload()
-
Visibility: public* This method is static. ###autoloadmixed SYSTEM\autoload::autoload($class)
-
Visibility: public* This method is static.#### Arguments*$class mixed ###file_extensionmixed SYSTEM\autoload::file_extension($filename)
-
Visibility: private* This method is static.#### Arguments*$filename mixed ###autoload_allmixed SYSTEM\autoload::autoload_all()
-
Visibility: public* This method is static.