mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
A better explanation
This commit is contained in:
parent
187c6700b1
commit
47633b4794
@ -200,6 +200,10 @@ abstract class Entity
|
|||||||
// Do not return nor throw exceptions after this point, allow php
|
// Do not return nor throw exceptions after this point, allow php
|
||||||
// default __call behaviour to continue working with object method
|
// default __call behaviour to continue working with object method
|
||||||
// defined.
|
// defined.
|
||||||
|
// If you're receiving NULL as result of the method invocation, ensure
|
||||||
|
// it is not private, take in mind this method will mask any access
|
||||||
|
// level error or notification since it is public and has limited access
|
||||||
|
// to the object (public|protected).
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user