File/layout-defs.php

Description
Classes
Class Description
 class layout Layout A layout can be simply viewed as a table definition. The table cells can contain blocks, and so this entity is provided to allow control of how blocks of content can be arranged on a webpage.
 class named_layout Named Layout. A named layout is just another way of grabbing a layout,
Includes
 include_once ("block-defs.php") (line 29)

Block management classes

Constants
NEW_LAYOUT = -1 (line 33)

New layout to be created

Functions
render_layouts (line 59)

Find content layout tags in a string.

These are of the format: <!--LAYOUTID="my layout id"--> and there may be any number (including zero) of these in the string. Returns a string which is the passed-in string with the tags replaced by the rendered layout content.

  • return: The string with all layout content rendered into it
string render_layouts (string $s)
  • string $s: The string to search for layout definitions

Documentation generated by phpDocumentor 1.3.0RC3