Public Member Functions | |
__construct (EntityProto $proto, $object) | |
setSoapDto ($soapDto) | |
getSoapDto () | |
get ($name) | |
Private Attributes | |
$soapDto = true |
Definition at line 12 of file DTOGetter.class.php.
DTOGetter::__construct | ( | EntityProto $ | proto, | |
$ | object | |||
) |
Definition at line 16 of file DTOGetter.class.php.
References PrototypedMethodCaller::$object, and Assert::isInstance().
DTOGetter::get | ( | $ | name | ) |
Reimplemented from PrototypedGetter.
Definition at line 39 of file DTOGetter.class.php.
DTOGetter::getSoapDto | ( | ) |
Definition at line 34 of file DTOGetter.class.php.
DTOGetter::setSoapDto | ( | $ | soapDto | ) |
DTOGetter::$soapDto = true [private] |
Definition at line 14 of file DTOGetter.class.php.
Referenced by setSoapDto().