diff --git a/language/oop5/overloading.xml b/language/oop5/overloading.xml index 696055512f..78a3e00d52 100644 --- a/language/oop5/overloading.xml +++ b/language/oop5/overloading.xml @@ -1,5 +1,5 @@ - + Overloading @@ -7,7 +7,7 @@ Both method calls and member accesses can be overloaded via the __call, __get and __set methods. These methods will only be triggered when your object or inherited object doesn't contain the - member or method you're trying to access. + public member or method you're trying to access. All overloading methods must not be defined as static. All overloading methods must be defined as