Ejemplo n.º 1
0
 public function addParsedObject($object)
 {
     if ($object instanceof TFilterCollection) {
         $this->_filterCollection = $object;
         $this->getControls()->add($this->_filterCollection);
     } else {
         parent::addParsedObject($object);
     }
 }