コード例 #1
0
ファイル: PostSearch.php プロジェクト: lanfp/testgit2
 /**
  * 引入新的属性
  */
 public function attributes()
 {
     return array_merge(parent::attributes(), ['username']);
 }
コード例 #2
0
 /**
  * @inheritdoc
  */
 public function attributes()
 {
     // add related fields to searchable attributes
     return array_merge(parent::attributes(), ['user.username', 'tag.name']);
 }