CakeFest 2024: The Official CakePHP Conference

Yaf_Application::app

(Yaf >=1.0.0)

Yaf_Application::appRetrieve an Application instance

Açıklama

public staticYaf_Application::app(): mixed

Retrieve the Yaf_Application instance. Alternatively, we also could use Yaf_Dispatcher::getApplication().

Bağımsız Değişkenler

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

Dönen Değerler

A Yaf_Application instance, if no Yaf_Application was initialized before, null will be returned.

Ayrıca Bakınız

add a note

User Contributed Notes

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