PATH:
home
/
fengshp
/
www
/
wp-content
/
plugins
/
updraftplus
/
vendor
/
guzzle
/
guzzle
/
src
/
Guzzle
/
Service
/
Command
<?php namespace Guzzle\Service\Command; /** * Interface used to accept a completed OperationCommand and parse the result into a specific response type */ interface ResponseClassInterface { /** * Create a response model object from a completed command * * @param OperationCommand $command That serialized the request * * @return self */ public static function fromCommand(OperationCommand $command); }
[+]
..
[-] ClosureCommand.php
[edit]
[-] ResponseParserInterface.php
[edit]
[+]
LocationVisitor
[-] AbstractCommand.php
[edit]
[-] DefaultRequestSerializer.php
[edit]
[-] OperationResponseParser.php
[edit]
[-] RequestSerializerInterface.php
[edit]
[-] CommandInterface.php
[edit]
[-] ResponseClassInterface.php
[edit]
[-] OperationCommand.php
[edit]
[-] DefaultResponseParser.php
[edit]
[-] CreateResponseClassEvent.php
[edit]
[+]
Factory