sfWebDebugPanelPropel adds a panel to the web debug toolbar with Propel information.
Method Summary
formatFileLink , formatSql , getPanelContent , getPanelTitle , getStatus , getTitle , getTitleUrl , getToggleableDebugStack , getToggler , setStatus , __construct
Method Details
-
(string) getPanelContent ()
Browse code
Get the html content of the panel
returns $html
-
(string) getPanelTitle ()
Browse code
Get the verbal title of the panel
returns $title
-
(PropelConfiguration) getPropelConfiguration ()
Browse code
Returns the current PropelConfiguration.
-
Builds the sql logs and returns them as an array.
-
Get the title/icon for the panel
returns $html
-
listenToAddPanelEvent ()
Browse code
Listens to debug.web.load_panels and adds this panel.
|