Exemplo n.º 1
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     return ['id' => Module::t('auth', 'ID'), 'parent_id' => Module::t('auth', 'Parent ID'), 'name' => Module::t('auth', 'Name')];
 }
Exemplo n.º 2
0
 /**
  * @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')];
 }