Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions reference/funchand/functions/forward-static-call-array.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@
</methodsynopsis>
<para>
Calls a user defined function or method given by the <parameter>callback</parameter>
parameter. This function must be called within a method context, it can't be
used outside a class.
It uses the <link linkend="language.oop5.late-static-bindings">late static
binding</link>.
All arguments of the forwarded method are passed as values,
and as an array, similarly to <function>call_user_func_array</function>.
parameter, with arguments passed as an array, similarly to
<function>call_user_func_array</function>.
When called from within a method context, it uses the
<link linkend="language.oop5.late-static-bindings">late static binding</link>.
</para>
</refsect1>

Expand Down