コード例 #1
0
ファイル: Node.php プロジェクト: nikkiii/clouddrive-php
 /**
  * Get all children of the given `Node`.
  *
  * @return array
  */
 public function getChildren()
 {
     return self::$cacheStore->getNodeChildren($this);
 }