Loader.php
- Classes
- Kwf_Loader
\Kwf_Loader
Methods
isValidClass
isValidClass(
$class
)
:
Use this method to validate user input that should represent a valid class
validate before triggering autoloader for security reasons
Arguments
- $class
Details
- visibility
- public
- final
- false
- static
- true
loadClass
loadClass(
$class
)
:
Arguments
- $class
Details
- visibility
- public
- final
- false
- static
- true
registerAutoload
registerAutoload(
)
:
Details
- visibility
- public
- final
- false
- static
- true
setIncludePath
setIncludePath(
$ip
)
:
Set include path used for Kwf_Loader::isValidClass
called exactly once in setup
get_include_path is not used, because some external library might have changed that.
Arguments
- $ip
Details
- visibility
- public
- final
- false
- static
- true
- internal