Back to LayoutInterface class

Method render

public string
render
(mixed $displayData)
Method to render the layout.
Parameters
  • array $displayData Array of properties available for use inside the layout file to build the displayed output
Returns
  • string The rendered layout.
Since
  • 3.0

Method render - Source code

/**
 * Method to render the layout.
 *
 * @param   array  $displayData  Array of properties available for use inside the layout file to build the displayed output
 *
 * @return  string  The rendered layout.
 *
 * @since   3.0
 */
public function render($displayData);