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