remind_uid; } /** * @return mixed */ public function getType() { return $this->type; } public function requestRules() { return [ ['remind_uid', 'remind_uid', 'bail|integer', Constants::INTEGER, null], ['type', 'type', RemindNoticeType::class, Constants::ENUM, null], ]; } public function responseRules() { return [ ]; } public function setResponse() { } }