mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
Fix `ActionController::prepareInit()' php doc
This commit is contained in:
parent
88b3b5d690
commit
d091e2150c
@ -101,7 +101,7 @@ class ActionController extends Zend_Controller_Action
|
||||
* As it should not be required for controllers to call the parent's init() method, base controllers should use
|
||||
* prepareInit() in order to prepare the controller initialization.
|
||||
*
|
||||
* @see \Zend_Controller_Action()::init() For the controller initialization method.
|
||||
* @see \Zend_Controller_Action::init() For the controller initialization method.
|
||||
*/
|
||||
protected function prepareInit()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user