[ Index ] |
PHP Cross Reference of Phabricator |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 298 lines (8 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
setDashboardID($id) X-Ref |
No description |
getDashboardID() X-Ref |
No description |
setHeaderMode($header_mode) X-Ref |
No description |
getHeaderMode() X-Ref |
No description |
setEnableAsyncRendering($enable) X-Ref |
Allow the engine to render the panel via Ajax. |
setParentPanelPHIDs(array $parents) X-Ref |
No description |
getParentPanelPHIDs() X-Ref |
No description |
setViewer(PhabricatorUser $viewer) X-Ref |
No description |
getViewer() X-Ref |
No description |
setPanel(PhabricatorDashboardPanel $panel) X-Ref |
No description |
getPanel() X-Ref |
No description |
renderPanel() X-Ref |
No description |
renderNormalPanel() X-Ref |
No description |
renderAsyncPanel() X-Ref |
No description |
renderErrorPanel($title, $body) X-Ref |
No description |
renderPanelDiv($content,$header = null,$id = null) X-Ref |
No description |
renderPanelHeader() X-Ref |
No description |
addPanelHeaderActions(PHUIActionHeaderView $header) X-Ref |
No description |
detectRenderingCycle(PhabricatorDashboardPanel $panel) X-Ref |
Detect graph cycles in panels, and deeply nested panels. This method throws if the current rendering stack is too deep or contains a cycle. This can happen if you embed layout panels inside each other, build a big stack of panels, or embed a panel in remarkup inside another panel. Generally, all of this stuff is ridiculous and we just want to shut it down. param: PhabricatorDashboardPanel Panel being rendered. return: void |
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |