32], [['ip'], 'string', 'max' => 64], [['uid'], 'string', 'max' => 11], [['usertype'], 'string', 'max' => 1], [['file', 'm', 'v', 'c', 'a', 'domain'], 'string', 'max' => 255], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'username' => Yii::t('common', 'Username'), 'usertype' => Yii::t('common', 'Usertype'), 'ip' => Yii::t('common', 'Ip'), 'data' => Yii::t('common', 'Do Data'), 'create_time' => Yii::t('common', 'Create Time'), ]; } }