function panels_renderer_single_pane::init in Panels 6.3
Modified build method (vs. panels_renderer_standard::build()); takes just the display, no layout is necessary.
Parameters
array $plugin: The definition of the renderer plugin.
panels_display $display: The panels display object to be rendered.
Overrides panels_renderer_standard::init
File
- plugins/
display_renderers/ panels_renderer_single_pane.class.php, line 21
Class
Code
function init($plugin, &$display) {
$this->plugin = $plugin;
$this->display =& $display;
}