Exemplo n.º 1
0
 public function __construct($array)
 {
     $res = new Builder($array);
     $this->tree = $this->printer($res->leaf());
 }