requireParameters($this->fillable_params); $length = (int)$this->parameter('length'); return mb_strlen((string)$value, 'UTF-8') === $length; } }