PHP 8.4.6 Released!

Yaf_Dispatcher::setDefaultModule

(Yaf >=1.0.0)

Yaf_Dispatcher::setDefaultModuleChange default module name

Description

public Yaf_Dispatcher::setDefaultModule(string $module): Yaf_Dispatcher

Parameters

module

Return Values

User Contributed Notes

451819506 at qq dot com
7 years ago
function $dispatcher->setDefaultModule("xxx") is unable to set default module from index to others
451819506 at qq dot com
7 years ago
function $dispatcher->setDefaultModule("xxx") is unable to set default module from index to others
1048418244 at qq dot com
11 years ago
Yaf_Dispatcher::setDefaultModule is not effective.

yaf version 2.2.9
To Top