21 public function getValue( $name, array $settings, array $options ) {
22 return $this->callbacks->hasParam( $name, $options );
25 public function validate( $name, $value, array $settings, array $options ) {
30 $info = parent::describeSettings( $name, $settings, $options );
31 unset( $info[
'default'] );