GoLang Yaf_Application::run

request it (250)
GoLang replacement for PHP's Yaf_Application::run [edit | history]



Do you know a GoLang replacement for PHP's Yaf_Application::run? Write it!

PHP Yaf_Application::run

PHP original manual for Yaf_Application::run [ show | php.net ]

Yaf_Application::run

(Yaf >=1.0.0)

Yaf_Application::runStart Yaf_Application

Description

public void Yaf_Application::run ( void )

Run a Yaf_Application, let the Yaf_Application accept a request and route this request, dispatch to controller/action and render response. Finally, return the response to the client.

Parameters

This function has no parameters.

Return Values