CakeFest 2024: The Official CakePHP Conference

Yaf_Dispatcher::getDefaultAction

(Yaf >=3.2.0)

Yaf_Dispatcher::getDefaultActionRetrive the default action name

Açıklama

public Yaf_Dispatcher::getDefaultAction(): string

get the default action name

Bağımsız Değişkenler

Bu işlevin bağımsız değişkeni yoktur.

Dönen Değerler

string, default action name, default is "index"

add a note

User Contributed Notes

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