Yaf_Dispatcher::getDefaultModule
PHP Manual
PHP Manual»Yaf_Dispatcher»Yaf_Dispatcher::getDefaultModule

Yaf_Dispatcher::getDefaultModule

(Yaf >=3.2.0)

Yaf_Dispatcher::getDefaultModuleRetrive the default module name

Description

public function Yaf_Dispatcher::getDefaultModule(): string

get the default module name

Parameters

This function has no parameters.

Return Values

string, module name, default is "Index"

To Top