Class Transport
Низкоуровневое обращение к API
Direct known subclasses
Methods summary
public
|
|
protected
string
|
|
protected
string
|
|
public
boolean
|
|
public
boolean
|
|
public
string
|
|
public
Httpful\Request
|
|
public
mixed
|
#
call( string $method, string $url, array $params = array(), array $query = array(), array $file = array(), boolean $return_code = false )
|
Magic methods summary
Properties summary
protected
|
$client
|
|
protected
boolean
|
$secure
|
|
protected
string
|
$rutube
|
|
protected
string
|
$token
|
#
null
|
protected
array
|
$exceptions
|
#
array(
400 => 'Rutube\Exceptions\BadRequestException',
401 => 'Rutube\Exceptions\UnauthorizedException',
403 => 'Rutube\Exceptions\ForbiddenException',
404 => 'Rutube\Exceptions\NotFoundException',
405 => 'Rutube\Exceptions\MethodNotAllowedException',
500 => 'Rutube\Exceptions\ServerErrorException'
)
|
protected
array
|
$transports
|
#
array(
'httpful' => '\Rutube\Clients\ClientHttpful',
'mock' => '\Rutube\Clients\ClientMock',
)
|