Public Member Functions | |
__construct (EntityProto $proto, &$object) | |
Protected Attributes | |
$proto = null | |
$object = null | |
$mapping = array() |
Definition at line 12 of file PrototypedMethodCaller.class.php.
PrototypedMethodCaller::__construct | ( | EntityProto $ | proto, | |
&$ | object | |||
) |
Reimplemented in DirectoryMutator, FormGetter, FormMutator, and ScopeSetter.
Definition at line 19 of file PrototypedMethodCaller.class.php.
References $object, and EntityProto::getFormMapping().
PrototypedMethodCaller::$mapping = array() [protected] |
Definition at line 17 of file PrototypedMethodCaller.class.php.
PrototypedMethodCaller::$object = null [protected] |
Definition at line 15 of file PrototypedMethodCaller.class.php.
Referenced by __construct(), ScopeSetter::__construct(), FormMutator::__construct(), FormGetter::__construct(), FormExporter::__construct(), DTOGetter::__construct(), and DirectoryMutator::__construct().
PrototypedMethodCaller::$proto = null [protected] |
Definition at line 14 of file PrototypedMethodCaller.class.php.