Class Amfphp_Core_Common_ClassFindInfo

Description

The information necessary for a service router to be able to load a class' file and instanciate it could be extended later with namespaces when they become mainstream

  • author: Ariel Sommeria-klein

Located in /Amfphp/Core/Common/ClassFindInfo.php (line 20)


	
			
Variable Summary
String $absolutePath
String $className
Method Summary
Amfphp_Core_Common_ClassFindInfo __construct ( $absolutePath,  $className)
Variables
String $absolutePath (line 25)

the absolute path to the file containing the class definition

  • access: public
String $className (line 31)

the name of the class.

  • access: public
Methods
Constructor __construct (line 38)
  • access: public
Amfphp_Core_Common_ClassFindInfo __construct ( $absolutePath,  $className)
  • $absolutePath
  • $className

Documentation generated on Mon, 23 Jan 2012 17:22:04 -0300 by phpDocumentor 1.4.3