예제 #1
0
파일: Blog.php 프로젝트: cjq/QRCode-yii2
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     $attributeLabels = parent::attributeLabels();
     $attributeLabels['createdAtJui'] = Module::t('blogs', 'ATTR_CREATED');
     $attributeLabels['updatedAtJui'] = Module::t('blogs', 'ATTR_UPDATED');
     return $attributeLabels;
 }