Exemplo n.º 1
0
 /**
  * Get the fields and their settings effected by by this dependency
  *
  * @return array of name => array(setting => setting) of fields with settings changed by this dependency
  */
 public function getEffecteds()
 {
     $this->_checkEffected();
     return parent::getEffecteds();
 }