コード例 #1
0
ファイル: Tree.php プロジェクト: popohum/unlimited-tree
 public function __construct($array)
 {
     $res = new Builder($array);
     $this->tree = $this->printer($res->leaf());
 }