コード例 #1
0
ファイル: UserSearch.php プロジェクト: Zhanat87/alina.test
 public function attributes()
 {
     $attributes = parent::attributes();
     $attributes['description'] = 'authItem.description';
     $attributes['rule_name'] = 'authItem.ruleName.name';
     return $attributes;
 }