1 | <?php |
||
12 | class ProfileCertain extends CertainRessourceAbstract implements CertainRessourceInterface |
||
13 | { |
||
14 | public function getRessourceName(){ |
||
21 | |||
22 | /** |
||
23 | * Return the Profile object |
||
24 | * @param string $email |
||
25 | * @return ProfileObj |
||
26 | * @throws RessourceException |
||
27 | */ |
||
28 | public function getProfileByEmail($email) |
||
40 | |||
41 | public function getProfileCertainReturnByEmail($email) |
||
45 | } |
An attempt at access to an undefined property has been detected. This may either be a typographical error or the property has been renamed but there are still references to its old name.
If you really want to allow access to undefined properties, you can define magic methods to allow access. See the php core documentation on Overloading.