255] ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id_key' => Yii::t('common/key', 'Id Key'), 'number' => Yii::t('common/key', 'Number'), 'status' => Yii::t('common/key', 'Status'), 'type' => Yii::t('common/key', 'Type'), 'created_at' => Yii::t('common/key', 'Created At'), 'updated_at' => Yii::t('common/key', 'Updated At'), ]; } }