Class jConfigAutoloader

Description
Variable Summary
object a $config
Method Summary
jConfigAutoloader __construct ( $config)
string getPath ( $className)
void loadClass ( $className)
Variables
object a $config = null (line 27)
  • var: configuration object readed from an ini file
  • see: jConfig
  • access: protected
Methods
Constructor __construct (line 19)
  • access: public
jConfigAutoloader __construct ( $config)
  • $config
getPath (line 52)
  • return: the full path of the file declaring the given class
  • access: protected
string getPath ( $className)
  • $className
loadClass (line 32)

the method that should be called by the autoload system

  • access: public
void loadClass ( $className)
  • $className

Documentation generated on Wed, 04 Jan 2017 22:52:32 +0100 by phpDocumentor 1.4.3