PHP Class Psr7Middlewares\Middleware\Piwik

Inheritance: use trait Psr7Middlewares\Utils\HtmlInjectorTrait
Afficher le fichier Open project: oscarotero/psr7-middlewares

Méthodes publiques

Méthode Description
__construct ( string $piwikUrl = null ) Constructor.Set the Piwik's url.
__invoke ( Psr\Http\Message\ServerRequestInterface $request, Psr\Http\Message\ResponseInterface $response, callable $next ) : Psr\Http\Message\ResponseInterface Execute the middleware.
addOption ( ) : self Add an option.
piwikUrl ( string $url ) : self Set the piwik url.
siteId ( integer $siteId ) : self Set the site's id.

Private Methods

Méthode Description
getCode ( ) : string Returns the piwik code.

Method Details

__construct() public méthode

Constructor.Set the Piwik's url.
public __construct ( string $piwikUrl = null )
$piwikUrl string

__invoke() public méthode

Execute the middleware.
public __invoke ( Psr\Http\Message\ServerRequestInterface $request, Psr\Http\Message\ResponseInterface $response, callable $next ) : Psr\Http\Message\ResponseInterface
$request Psr\Http\Message\ServerRequestInterface
$response Psr\Http\Message\ResponseInterface
$next callable
Résultat Psr\Http\Message\ResponseInterface

addOption() public méthode

...
public addOption ( ) : self
Résultat self

piwikUrl() public méthode

Set the piwik url.
public piwikUrl ( string $url ) : self
$url string
Résultat self

siteId() public méthode

Set the site's id.
public siteId ( integer $siteId ) : self
$siteId integer
Résultat self