Ejemplo n.º 1
0
 /**
  * Check - specified option is disabled or not
  *
  * @param mixed $value Option value
  *
  * @return boolean
  */
 protected function isOptionDisabled($value)
 {
     return static::SEPARATOR_ID === $value ? true : parent::isOptionDisabled($value);
 }