reference/var/functions/unset.xml
9f30ccc6aa0dabe411c52305202fe85209ddc06b
...
...
@@ -239,7 +239,14 @@ string(6) "Felipe"
239
239
&note.language-construct;
240
240
<note>
241
241
<para>
242
-
It is possible to unset even object properties visible in current context.
242
+
It is possible to unset object properties visible in the current context.
243
+
</para>
244
+
<para>
245
+
If declared,
246
+
<link linkend="object.get">__get()</link>
247
+
is called when accessing an unset property, and
248
+
<link linkend="object.set">__set()</link>
249
+
is called when setting an unset property.
243
250
</para>
244
251
</note>
245
252
<note>
246
253