GoLang Yaf_Controller_Abstract::init

request it (284)
GoLang replacement for PHP's Yaf_Controller_Abstract::init [edit | history]



Do you know a GoLang replacement for PHP's Yaf_Controller_Abstract::init? Write it!

PHP Yaf_Controller_Abstract::init

PHP original manual for Yaf_Controller_Abstract::init [ show | php.net ]

Yaf_Controller_Abstract::init

(Yaf >=1.0.0)

Yaf_Controller_Abstract::initController initializer

Description

public void Yaf_Controller_Abstract::init ( void )

Yaf_Controller_Abstract::__construct() is final, which means users can not override it. but users can define Yaf_Controller_Abstract::init(), which will be called after controller object is instantiated.

Parameters

This function has no parameters.

Return Values

See Also