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
/
interface
/
PhabricatorDashboardPanelContainerInterface.php
blob
02ad2c274096467352698453af4b0e4bcb676d96
1
<
?php
2
3
interface
PhabricatorDashboardPanelContainerInterface
{
4
5
/**
6
* Return a list of Dashboard Panel PHIDs used by this container.
7
*
8
* @return list<phid>
9
*/
10
public function
getDashboardPanelContainerPanelPHIDs
();
11
12
}