32], [['recipient'], 'string', 'max' => 20], [['content'], 'string', 'max' => 100], [['receipt'], 'string', 'max' => 10], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'msgid' => 'Msgid', 'recipient' => 'Recipient', 'content' => 'Content', 'receipt' => 'Receipt', 'created_at' => 'Created At', 'sendtime' => 'Sendtime', ]; } }