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

namespace GuzzleTestsServiceMockCommand;

use 
GuzzleServiceDescriptionOperation;

class 
MockCommand extends GuzzleServiceCommandAbstractCommand
{
    protected function 
createOperation()
    {
        return new 
Operation(array(
            
'name'       => get_called_class() == __CLASS__ 'mock_command' 'sub.sub',
            
'httpMethod' => 'POST',
            
'parameters' => array(
                
'test' => array(
                    
'default'  => 123,
                    
'required' => true,
                    
'doc'      => 'Test argument'
                
),
                
'_internal' => array(
                    
'default' => 'abc'
                
),
                
'foo' => array('filters' => array('strtoupper'))
            )
        ));
    }

    protected function 
build()
    {
        
$this->request $this->client->createRequest();
    }
}
Онлайн: 0
Реклама