公告板
版本库
filestore
活动
搜索
登录
main
/
lightningupdate
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
修改附件
19626
2023-07-21
e53fdfdd78538a21cddd45b9d3faa1a7e9e37a0a
[lightningupdate.git]
/
force-app
/
main
/
default
/
classes
/
QRAndBRController.cls
1
2
3
4
5
6
7
8
public with sharing class QRAndBRController {
public QRAndBRController(ApexPages.StandardController controller){
}
public String getParentUrl(){
return ApexPages.currentPage().getHeaders().get('referer');
}
}