PHP Класс Cloudinary\Curl

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$apiResponse
$instance the instance used in the tests. Either the original Curl object or a stubbed version
$parameters collects all the parameters of the curl request
$result keeps the result of curl_exec
$url

Открытые методы

Метод Описание
__construct ( )
exec ( $ch )
fields ( ) : array Returns the POST fields that were meant to be sent to the server
getinfo ( $ch, $opt ) When stubbing exec() this function must be stubbed too to return code
getopt ( $option ) : mixed Returns the option that was set in the curl object
globalSetopt ( $ch, $option, $value )
http_method ( )
init ( $url = null )
mockApi ( $test )
mockUpload ( $test )
setopt ( $ch, $option, $value )
url_path ( )

Описание методов

__construct() публичный Метод

public __construct ( )

exec() публичный Метод

public exec ( $ch )

fields() публичный Метод

Returns the POST fields that were meant to be sent to the server
public fields ( ) : array
Результат array an array of field name => value

getinfo() публичный Метод

When stubbing exec() this function must be stubbed too to return code
public getinfo ( $ch, $opt )

getopt() публичный Метод

Returns the option that was set in the curl object
public getopt ( $option ) : mixed
$option the name of the option
Результат mixed the value of the option

globalSetopt() публичный Метод

public globalSetopt ( $ch, $option, $value )

http_method() публичный Метод

public http_method ( )

init() публичный Метод

public init ( $url = null )

mockApi() публичный статический Метод

public static mockApi ( $test )

mockUpload() публичный статический Метод

public static mockUpload ( $test )

setopt() публичный Метод

public setopt ( $ch, $option, $value )

url_path() публичный Метод

public url_path ( )

Описание свойств

$apiResponse публичное свойство

public $apiResponse

$instance публичное статическое свойство

the instance used in the tests. Either the original Curl object or a stubbed version
public static $instance

$parameters публичное свойство

collects all the parameters of the curl request
public $parameters

$result публичное свойство

keeps the result of curl_exec
public $result

$url публичное свойство

public $url