[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/language/oop5/_overloading.xml?=
From:       Karoly_Negyesi <chx () php ! net>
Date:       2019-05-30 20:13:02
Message-ID: svn-chx-1559247182-347517-1802557209 () svn ! php ! net
[Download RAW message or body]

chx                                      Thu, 30 May 2019 20:13:02 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=347517

Log:
expand overloading docs

Changed paths:
    U   phpdoc/en/trunk/language/oop5/overloading.xml

Modified: phpdoc/en/trunk/language/oop5/overloading.xml
===================================================================
--- phpdoc/en/trunk/language/oop5/overloading.xml	2019-05-30 05:43:59 UTC (rev 347516)
+++ phpdoc/en/trunk/language/oop5/overloading.xml	2019-05-30 20:13:02 UTC (rev 347517)
@@ -105,23 +105,24 @@

    <para>
     <link linkend="object.set">__set()</link> is run when writing data to
-    inaccessible properties.
+    inaccessible (protected or private) or non-existing properties.
    </para>

    <para>
     <link linkend="object.get">__get()</link> is utilized for reading data from
-    inaccessible properties.
+    inaccessible (protected or private) or non-existing properties.
    </para>

    <para>
     <link linkend="object.isset">__isset()</link> is triggered by calling
     <function>isset</function> or <function>empty</function>
-    on inaccessible properties.
+    on inaccessible (protected or private) or non-existing properties.
    </para>

    <para>
     <link linkend="object.unset">__unset()</link> is invoked when
-    <function>unset</function> is used on inaccessible properties.
+    <function>unset</function> is used on inaccessible (protected or private)
+    or non-existing properties.
    </para>

    <para>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic