mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
Use @return $this for documenting fluent interfaces
This commit is contained in:
parent
ac2522af20
commit
32ca28bc46
@ -84,7 +84,7 @@ class Web extends ApplicationBootstrap
|
|||||||
/**
|
/**
|
||||||
* Initialize all together
|
* Initialize all together
|
||||||
*
|
*
|
||||||
* @return self
|
* @return $this
|
||||||
*/
|
*/
|
||||||
protected function bootstrap()
|
protected function bootstrap()
|
||||||
{
|
{
|
||||||
@ -112,7 +112,7 @@ class Web extends ApplicationBootstrap
|
|||||||
/**
|
/**
|
||||||
* Prepare routing
|
* Prepare routing
|
||||||
*
|
*
|
||||||
* @return self
|
* @return $this
|
||||||
*/
|
*/
|
||||||
private function setupRoute()
|
private function setupRoute()
|
||||||
{
|
{
|
||||||
@ -161,7 +161,7 @@ class Web extends ApplicationBootstrap
|
|||||||
/**
|
/**
|
||||||
* Prepare Zend MVC Base
|
* Prepare Zend MVC Base
|
||||||
*
|
*
|
||||||
* @return self
|
* @return $this
|
||||||
*/
|
*/
|
||||||
private function setupZendMvc()
|
private function setupZendMvc()
|
||||||
{
|
{
|
||||||
@ -182,7 +182,7 @@ class Web extends ApplicationBootstrap
|
|||||||
/**
|
/**
|
||||||
* Create user object
|
* Create user object
|
||||||
*
|
*
|
||||||
* @return self
|
* @return $this
|
||||||
*/
|
*/
|
||||||
private function setupUser()
|
private function setupUser()
|
||||||
{
|
{
|
||||||
@ -198,7 +198,7 @@ class Web extends ApplicationBootstrap
|
|||||||
/**
|
/**
|
||||||
* Initialize a session provider
|
* Initialize a session provider
|
||||||
*
|
*
|
||||||
* @return self
|
* @return $this
|
||||||
*/
|
*/
|
||||||
private function setupSession()
|
private function setupSession()
|
||||||
{
|
{
|
||||||
@ -209,7 +209,7 @@ class Web extends ApplicationBootstrap
|
|||||||
/**
|
/**
|
||||||
* Inject dependencies into request
|
* Inject dependencies into request
|
||||||
*
|
*
|
||||||
* @return self
|
* @return $this
|
||||||
*/
|
*/
|
||||||
private function setupRequest()
|
private function setupRequest()
|
||||||
{
|
{
|
||||||
@ -225,7 +225,7 @@ class Web extends ApplicationBootstrap
|
|||||||
/**
|
/**
|
||||||
* Instantiate front controller
|
* Instantiate front controller
|
||||||
*
|
*
|
||||||
* @return self
|
* @return $this
|
||||||
*/
|
*/
|
||||||
private function setupFrontController()
|
private function setupFrontController()
|
||||||
{
|
{
|
||||||
@ -247,7 +247,7 @@ class Web extends ApplicationBootstrap
|
|||||||
/**
|
/**
|
||||||
* Register helper paths and views for renderer
|
* Register helper paths and views for renderer
|
||||||
*
|
*
|
||||||
* @return self
|
* @return $this
|
||||||
*/
|
*/
|
||||||
private function setupViewRenderer()
|
private function setupViewRenderer()
|
||||||
{
|
{
|
||||||
@ -270,7 +270,7 @@ class Web extends ApplicationBootstrap
|
|||||||
/**
|
/**
|
||||||
* Configure pagination settings
|
* Configure pagination settings
|
||||||
*
|
*
|
||||||
* @return self
|
* @return $this
|
||||||
*/
|
*/
|
||||||
private function setupPagination()
|
private function setupPagination()
|
||||||
{
|
{
|
||||||
@ -330,7 +330,7 @@ class Web extends ApplicationBootstrap
|
|||||||
/**
|
/**
|
||||||
* Setup an autoloader namespace for Icinga\Forms
|
* Setup an autoloader namespace for Icinga\Forms
|
||||||
*
|
*
|
||||||
* @return self
|
* @return $this
|
||||||
*/
|
*/
|
||||||
private function setupFormNamespace()
|
private function setupFormNamespace()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user