\Amfphp_Core_Common_ClassFindInfo

The information necessary for a service router to be able to load a class' file and instanciate it

Summary

Methods
Properties
Constants
__construct()
$absolutePath
$className
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$absolutePath

$absolutePath : String

the absolute path to the file containing the class definition

Type

String

$className

$className : String

the name of the class.can include a namespace, for example : \namespace\class

Type

String

Methods

__construct()

__construct(String $absolutePath, String $className)

constructor

Parameters

String $absolutePath
String $className