Exemplo n.º 1
0
 protected function getConfigParams($lazy = false)
 {
     if ($this->_listeners->getCount() == 0) {
         $this->setExtConfigProperty("listeners", null);
     }
     return parent::getConfigParams($lazy);
 }
Exemplo n.º 2
0
 protected function getConfigParams($lazy = false)
 {
     $params = parent::getConfigParams();
     if ($this->Fields != null) {
         $params[] = $this->paramToString("fields", $this->Fields);
     }
     return $params;
 }