示例#1
0
文件: Role.php 项目: phpdn/qc-base
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     $attributeLabels = parent::attributeLabels();
     $attributeLabels['parent'] = '上级角色';
     return $attributeLabels;
 }