PHP Class GcModule\Module

Inheritance: extends Gc\Mvc\Module
Afficher le fichier Open project: gotcms/gotcms

Protected Properties

Свойство Type Description
$directory string Module directory path
$namespace string Module namespace

Méthodes publiques

Méthode Description
loadMenu ( Zend\EventManager\EventInterface $event ) : void Load menu if module has view with name "menu.phtml"
onBootstrap ( Zend\EventManager\EventInterface $event ) : void On boostrap event

Method Details

loadMenu() public méthode

Load menu if module has view with name "menu.phtml"
public loadMenu ( Zend\EventManager\EventInterface $event ) : void
$event Zend\EventManager\EventInterface Event
Résultat void

onBootstrap() public méthode

On boostrap event
public onBootstrap ( Zend\EventManager\EventInterface $event ) : void
$event Zend\EventManager\EventInterface Event
Résultat void

Property Details

$directory protected_oe property

Module directory path
protected string $directory
Résultat string

$namespace protected_oe property

Module namespace
protected string $namespace
Résultat string