Yaf_Controller_Abstract::getName
PHP Manual
PHP Manual»Yaf_Controller_Abstract»Yaf_Controller_Abstract::getName

Yaf_Controller_Abstract::getName

(Yaf >=3.2.0)

Yaf_Controller_Abstract::getNameGet self name

Опис

public function Yaf_Controller_Abstract::getName(): string

get the controller's name

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

string, controller name

To Top