PHP Class FOF30\Generator\Command\Generate\Layout\LayoutBase

Inheritance: extends FOF30\Generator\Command\Command
Show file Open project: akeeba/fof

Protected Methods

Method Description
createView ( string $viewType ) Create the view
createViewFile ( string $view, string $viewType, boolean $backend ) : string Create the xml file for a give view type

Method Details

createView() protected method

Create the view
protected createView ( string $viewType )
$viewType string The type of the view (item, default, form)

createViewFile() protected method

Create the xml file for a give view type
protected createViewFile ( string $view, string $viewType, boolean $backend ) : string
$view string The view name
$viewType string The type of the view (default, form, item)
$backend boolean If it's for the backend
return string The xml generated