Panda_Loader_Interface Interface Reference

Inheritance diagram for Panda_Loader_Interface:

Inheritance graph
[legend]

List of all members.

Public Member Functions

 getNamespace ()
 setNamespace ($namespace)
 getBaseDir ()
 setBaseDir ($baseDir)
 getClassName ($className)
 getFileName ($className)
 load ($className)
 loadInstance ($className, array $parameters=array())


Detailed Description

Definition at line 10 of file Interface.php.


Member Function Documentation

Panda_Loader_Interface::getNamespace (  ) 

Returns the current namespace

Returns:
string

Implemented in Panda_Loader_Abstract.

Panda_Loader_Interface::setNamespace ( namespace  ) 

Sets the current

Parameters:
string $namespace

Implemented in Panda_Loader_Abstract.

Panda_Loader_Interface::getBaseDir (  ) 

Returns the base director

Returns:
string

Implemented in Panda_Loader_Abstract.

Panda_Loader_Interface::setBaseDir ( baseDir  ) 

Sets the base directory

Parameters:
string $baseDir

Implemented in Panda_Loader_Abstract.

Panda_Loader_Interface::getClassName ( className  ) 

Returns a full class name

Parameters:
string $className
Returns:
string

Implemented in Panda_Loader_Abstract.

Panda_Loader_Interface::getFileName ( className  ) 

Returns a full path and file name

Parameters:
string $className
Returns:
string

Implemented in Panda_Loader_Abstract.

Panda_Loader_Interface::load ( className  ) 

Loads a class

Implemented in Panda_Loader_Abstract.

Panda_Loader_Interface::loadInstance ( className,
array $  parameters = array() 
)

Loads a class and returns an instance of it

Implemented in Panda_Loader_Abstract.


The documentation for this interface was generated from the following file:
Generated on Thu Sep 4 01:56:50 2008 for Panda PHP Components by  doxygen 1.5.4