32], [['ip', 'data'], 'string', 'max' => 64], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'username' => 'Username', 'ip' => 'Ip', 'data' => 'Data', 'create_time' => 'Create Time', ]; } }