[DOCS] Sync classref with current source

This commit is contained in:
Poommetee Ketson
2018-02-25 13:19:42 +07:00
parent bd3b958a25
commit eb63f7b071
18 changed files with 161 additions and 25 deletions
+5 -5
View File
@@ -265,6 +265,11 @@
Searches the array in reverse order. Optionally, a start search index can be passed. If negative, the start index is considered relative to the end of the array.
</description>
</method>
<method name="shuffle">
<description>
Shuffle the array such that the items will have a random order.
</description>
</method>
<method name="size">
<return type="int">
</return>
@@ -296,11 +301,6 @@
[/codeblock]
</description>
</method>
<method name="shuffle">
<description>
Shuffle the array such that the items will have a random order.
</description>
</method>
</methods>
<constants>
</constants>