Exemplo n.º 1
0
 public function addParsedObject($o)
 {
     $this->ensureChildControls();
     if ($o instanceof TListItem) {
         $this->_control->addParsedObject($o);
     } else {
         parent::addParsedObject($o);
     }
 }