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

Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Méthode Description
getRequestStack ( ) : Symfony\Component\HttpFoundation\RequestStack
setRequestStack ( Symfony\Component\HttpFoundation\RequestStack $requestStack )

Méthodes protégées

Méthode Description
getCurrentRequest ( ) : null | Request

Method Details

getCurrentRequest() protected méthode

protected getCurrentRequest ( ) : null | Request
Résultat null | Symfony\Component\HttpFoundation\Request

getRequestStack() public méthode

public getRequestStack ( ) : Symfony\Component\HttpFoundation\RequestStack
Résultat Symfony\Component\HttpFoundation\RequestStack

setRequestStack() public méthode

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