Вход Регистрация
Файл: vkolhoze.com/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php
Строк: 28
<?php

namespace GuzzleServiceCommand;

use 
GuzzleHttpMessageRequestInterface;
use 
GuzzleServiceCommandCommandInterface;

/**
 * Translates command options and operation parameters into a request object
 */
interface RequestSerializerInterface
{
    
/**
     * Create a request for a command
     *
     * @param CommandInterface $command Command that will own the request
     *
     * @return RequestInterface
     */
    
public function prepare(CommandInterface $command);
}
Онлайн: 1
Реклама