File manager - Edit - /home/jardides/www/Cloud/3rdparty/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/OtherCommand.php
Back
<?php namespace Guzzle\Tests\Service\Mock\Command; use Guzzle\Service\Description\Operation; 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'); } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings