field = (string)$field; static::value($value); } protected function getValidateHandler() { } /** * @return array */ public function build() { return [ 'type' => $this->name, 'field' => $this->field, 'value' => $this->value ]; } }