CakeFest 2024: The Official CakePHP Conference

Yaf_Request_Abstract::setActionName

(Yaf >=1.0.0)

Yaf_Request_Abstract::setActionNameSet action name

Beschreibung

public Yaf_Request_Abstract::setActionName(string $action, bool $format_name = true): void

set action name to request, this is usually used by custom router to set route result controller name.

Parameter-Liste

action

String, action name, it should in lower case style, like "index" or "foo_bar"

format_name

this is introduced in Yaf 3.2.0, by default Yaf will format the name into lower case style, if this is set to false , Yaf will set the original name to request.

Rückgabewerte

add a note

User Contributed Notes

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