The Debug class contains all functions relating to Ditto’s implimentation of the MODx debug console
| Debug Class | The Debug class contains all functions relating to Ditto’s implimentation of the MODx debug console |
| Functions | |
| render_link | Render the links to the debug console |
| render_popup | Render the contents of the debug console |
| preparePrefetch | Create the content of the Prefetch tab |
| prepareFilters | Create the content of the Filters tab |
| prepareDocumentInfo | Create the output for the Document Info tab |
| prepareBasicInfo | Create the outut for the Info ta |
| prepareTemplates | Create the output for the Templates tab |
function render_popup( $ditto, $ditto_base, $ditto_version, $ditto_params, $IDs, $fields, $summarize, $templates, $orderBy, $start, $stop, $total, $filter, $resource )
Render the contents of the debug console
function prepareDocumentInfo( $resource )
Create the output for the Document Info tab
Render the links to the debug console
function render_link( $dittoID, $ditto_base )
Render the contents of the debug console
function render_popup( $ditto, $ditto_base, $ditto_version, $ditto_params, $IDs, $fields, $summarize, $templates, $orderBy, $start, $stop, $total, $filter, $resource )
Create the content of the Prefetch tab
function preparePrefetch( $prefetch )
Create the content of the Filters tab
function prepareFilters( $filter )
Create the output for the Document Info tab
function prepareDocumentInfo( $resource )
Create the outut for the Info ta
function prepareBasicInfo( $ditto, $ditto_version, $IDs, $summarize, $orderBy, $start, $stop, $total )
Create the output for the Templates tab
function prepareTemplates( $templates )