$this->numeric(), 'entry_record_no' => $this->numeric(), 'fs' => $this->str(), 'address' => $this->str(), 'phone_no' => $this->str([new SimpleRegEx("/[^0-9-]+/", "不正な文字が含まれています", true)]), ]; } }