コード例 #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')]);
 }