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

namespace GuzzleTestsServiceMockCommand;

use 
GuzzleServiceDescriptionOperation;

class 
OtherCommand extends MockCommand
{
    protected function 
createOperation()
    {
        return new 
Operation(array(
            
'name'       => 'other_command',
            
'parameters' => array(
                
'test' => array(
                    
'default'  => '123',
                    
'required' => true,
                    
'doc'      => 'Test argument'
                
),
                
'other'  => array(),
                
'arg'    => array('type' => 'string'),
                
'static' => array('static' => true'default' => 'this is static')
            )
        ));
    }

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