summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Array.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/classes/Array.xml b/doc/classes/Array.xml
index 9445a1732e..f767f8b337 100644
--- a/doc/classes/Array.xml
+++ b/doc/classes/Array.xml
@@ -296,6 +296,11 @@
[/codeblock]
</description>
</method>
+ <method name="shuffle">
+ <description>
+ Shuffle the array such that the items will have a random order.
+ </description>
+ </method>
</methods>
<constants>
</constants>