Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/src/applications/dashboard/xaction/panel/PhabricatorDashboardChartPanelChartTransaction.php
13450 views
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
}
13
14