PHP 8.4.6 Released!

Yaf_Dispatcher::getDefaultAction

(Yaf >=3.2.0)

Yaf_Dispatcher::getDefaultActionRetrive the default action name

Description

public Yaf_Dispatcher::getDefaultAction(): string

get the default action name

Parameters

This function has no parameters.

Return Values

string, default action name, default is "index"

User Contributed Notes

There are no user contributed notes for this page.
To Top