summaryrefslogtreecommitdiff
path: root/documentation/magic-methods.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/magic-methods.html')
-rw-r--r--documentation/magic-methods.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/magic-methods.html b/documentation/magic-methods.html
index d6a7c21..17c6356 100644
--- a/documentation/magic-methods.html
+++ b/documentation/magic-methods.html
@@ -336,8 +336,10 @@ echo($object("parameter","passed","to","invoke")."\n");
</p>
<p>
<pre>
+regular
something
myMethod 1 2 3 4
whatever a b
+invoke parameter passed to invoke
</pre>
</p>