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