コード例 #1
0
ファイル: AuthOperation.php プロジェクト: clh021/yii2cms
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return ['id' => Module::t('auth', 'ID'), 'parent_id' => Module::t('auth', 'Parent ID'), 'name' => Module::t('auth', 'Name')];
 }
コード例 #2
0
ファイル: AuthRole.php プロジェクト: clh021/yii2cms
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return ['id' => Module::t('auth', 'ID'), 'name' => Module::t('auth', 'Name'), 'description' => Module::t('auth', 'Description'), 'operation_list' => Module::t('auth', 'Operation List')];
 }