PHP Class Backend\Modules\Blog\Installer\Installer

Inheritance: extends Backend\Core\Installer\ModuleInstaller
Afficher le fichier Open project: forkcms/forkcms

Méthodes publiques

Méthode Description
install ( ) Install the module

Private Methods

Méthode Description
addCategory ( string $language, string $title, string $url ) : integer Add a category for a language
getCategory ( string $language ) : integer Fetch the id of the first category in this language we come across
insertWidget ( ) Insert an empty admin dashboard sequence
installExampleData ( string $language ) Install example data

Method Details

install() public méthode

Install the module
public install ( )