PHP 클래스 GcModule\Module

상속: extends Gc\Mvc\Module
파일 보기 프로젝트 열기: gotcms/gotcms

보호된 프로퍼티들

프로퍼티 타입 설명
$directory string Module directory path
$namespace string Module namespace

공개 메소드들

메소드 설명
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

메소드 상세

loadMenu() 공개 메소드

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

onBootstrap() 공개 메소드

On boostrap event
public onBootstrap ( Zend\EventManager\EventInterface $event ) : void
$event Zend\EventManager\EventInterface Event
리턴 void

프로퍼티 상세

$directory 보호되어 있는 프로퍼티

Module directory path
protected string $directory
리턴 string

$namespace 보호되어 있는 프로퍼티

Module namespace
protected string $namespace
리턴 string