Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

Commit

Permalink
Update description.html
Browse files Browse the repository at this point in the history
  • Loading branch information
illa4257 committed Apr 28, 2020
1 parent 7765e94 commit 9f4e338
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src-bundle/develnext/bundle/oc/description.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
<ul>
<li>Class OC (Object Converter)
<ul>
<li>OC::isObjArr($object) : Array</li>
<li>OC::objToArr($object) : Array</li>
<li>OC::objToJson($object) : Json</li>
<li>OC::arrToObj($array) : Object</li>
<li>OC::jsonToObj($json) : Object</li>
<li>OC::isObjArr($array) : Boolean</li>
<li>OC::isObjJson($json) : Boolean</li>
</ul>
</li>
</ul>
</ul>

0 comments on commit 9f4e338

Please sign in to comment.