Пример #1
0
 public function getConfig(&$config)
 {
     $config['namespace'] = $this->namespace;
     $config['associated'] = $this->associated;
     $config['invert'] = $this->invert;
     $config['allValue'] = $this->allValue;
     return parent::getConfig($config);
 }
 public function getConfig(&$config)
 {
     $config = array_merge($config, array_intersect_key($this->config, array_fill_keys(['namespace', 'invert', 'invertLabel', 'associated', 'associatedLabel'], true)));
     return parent::getConfig($config);
 }
 public function getConfig(&$config)
 {
     $config['namespace'] = $this->config['namespace'];
     $config['title'] = $this->config['title'];
     return parent::getConfig($config);
 }