예제 #1
0
파일: PostSearch.php 프로젝트: hdushku/blog
 public function attributeLabels()
 {
     return array_merge(parent::attributeLabels(), ['term' => Yii::t('app', 'Search'), 'category' => Yii::t('app', 'Category'), 'authorName' => Yii::t('app', 'Author')]);
 }