You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$layout_file = new Rb_LayoutFile($layoutFile, $defaultPath, $options);
$output = $layout_file->render($displayData)
$layoutFile : File name without extension.
$displayData : data will be populated into layout file.
$defaultPath : Default path of file
$options : Optional custom options to load. JRegistry or array format.