repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git]
/
src
/
applications
/
dashboard
/
xaction
/
panel
/
PhabricatorDashboardChartPanelChartTransaction.php
blob
fad5a4b191f18b545b8386ffc8c5d642b5cf48c6
1
<
?php
2
3
final class
PhabricatorDashboardChartPanelChartTransaction
4
extends
PhabricatorDashboardPanelPropertyTransaction
{
5
6
const
TRANSACTIONTYPE
=
'chart.chartKey'
;
7
8
protected function
getPropertyKey
() {
9
return
'chartKey'
;
10
}
11
12
}