LayoutHelper
class LayoutHelper
Helper to render a Layout object, storing a base path
Properties
static string
Since: 3.1
|
$defaultBasePath | A default base path that will be used if none is provided when calling the render method. |
Methods
static string
debug(string $layoutFile, mixed $displayData = null, string $basePath = '', mixed $options = null)
Method to render a layout with debug info
static string
render(string $layoutFile, mixed $displayData = null, string $basePath = '', mixed $options = null)
Method to render the layout.