Open Journal Systems  3.3.0
RequestVisitorInterface.php
1 <?php
2 
4 
8 
13 {
20  public function after(CommandInterface $command, RequestInterface $request);
21 
30  public function visit(CommandInterface $command, RequestInterface $request, Parameter $param, $value);
31 }
Guzzle\Service\Command\LocationVisitor\Request
Definition: AbstractRequestVisitor.php:3
Guzzle\Http\Message\RequestInterface
Definition: lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php:16
Guzzle\Service\Description\Parameter
Definition: Parameter.php:10
Guzzle\Service\Command\CommandInterface
Definition: CommandInterface.php:17
Guzzle\Service\Command\LocationVisitor\Request\RequestVisitorInterface
Definition: RequestVisitorInterface.php:12
Guzzle\Service\Command\LocationVisitor\Request\RequestVisitorInterface\visit
visit(CommandInterface $command, RequestInterface $request, Parameter $param, $value)
Guzzle\Service\Command\LocationVisitor\Request\RequestVisitorInterface\after
after(CommandInterface $command, RequestInterface $request)