コード例 #1
0
ファイル: Role.php プロジェクト: phpdn/qc-base
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     $attributeLabels = parent::attributeLabels();
     $attributeLabels['parent'] = '上级角色';
     return $attributeLabels;
 }