PHP Trait eZ\Publish\Core\MVC\Symfony\RequestStackAware

Datei anzeigen Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
getRequestStack ( ) : Symfony\Component\HttpFoundation\RequestStack
setRequestStack ( Symfony\Component\HttpFoundation\RequestStack $requestStack )

Protected Methods

Method Description
getCurrentRequest ( ) : null | Request

Method Details

getCurrentRequest() protected method

protected getCurrentRequest ( ) : null | Request
return null | Symfony\Component\HttpFoundation\Request

getRequestStack() public method

public getRequestStack ( ) : Symfony\Component\HttpFoundation\RequestStack
return Symfony\Component\HttpFoundation\RequestStack

setRequestStack() public method

public setRequestStack ( Symfony\Component\HttpFoundation\RequestStack $requestStack )
$requestStack Symfony\Component\HttpFoundation\RequestStack