You are here

property panels_renderer_standard::$prepared in Panels 7.3

Same name and namespace in other branches
  1. 6.3 plugins/display_renderers/panels_renderer_standard.class.php \panels_renderer_standard::prepared

A multilevel array of data prepared for rendering. The first level of the array indicates the type of prepared data. The standard renderer populates and uses two top-level keys, 'panes' and 'regions':

  • 'panes' are an associative array of pane objects to be rendered, keyed on pane id and sorted into proper rendering order.
  • 'regions' are an associative array of regions, keyed on region name, each of which is itself an indexed array of pane ids in the order in which those panes appear in that region.

Type: array

File

plugins/display_renderers/panels_renderer_standard.class.php, line 111

Class

panels_renderer_standard

Code

var $prepared = array();