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

Inheritance: extends FOF30\Generator\Command\Command
Afficher le fichier Open project: akeeba/fof

Méthodes protégées

Méthode 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 méthode

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

createViewFile() protected méthode

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
Résultat string The xml generated