Example #1
0
 public function toArray($deep = true, $all = true, $visited = array())
 {
     $this->__load();
     return parent::toArray($deep, $all, $visited);
 }