mirror of
https://github.com/php/presentations.git
synced 2026-04-29 02:03:22 +02:00
9 lines
242 B
XML
9 lines
242 B
XML
<slide>
|
|
<title>Object Overloading</title>
|
|
<blurb fontsize="3.5em">
|
|
In PHP5 there exists engine level object overloading for variables via
|
|
the %__get()% and %__set()% accessors.
|
|
</blurb>
|
|
<example filename="overload.php" result="1" />
|
|
</slide>
|