Пример #1
0
 /**
  * @param ilCloudFileNode $node
  * @return array|null
  */
 public function getSortedListOfChildren(ilCloudFileNode $node)
 {
     $children = $node->getChildrenPathes();
     usort($children, array("ilCloudFileTree", "orderListAlphabet"));
     return $children;
 }