PHP Трейт Zendesk\API\Traits\Resource\MultipartUpload

Показать файл Открыть проект

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

Метод Описание
getUploadName ( ) : String The using resource should define the upload name to use when uploading the file.
getUploadRequestMethod ( ) : String The using resource should define the upload name to use when uploading the file.
upload ( array $params, string $routeKey = __FUNCTION__ ) : null | stdClass Uploads an file with the given upload name.

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

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

The using resource should define the upload name to use when uploading the file.
abstract public getUploadName ( ) : String
Результат String

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

The using resource should define the upload name to use when uploading the file.
abstract public getUploadRequestMethod ( ) : String
Результат String

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

Uploads an file with the given upload name.
public upload ( array $params, string $routeKey = __FUNCTION__ ) : null | stdClass
$params array
$routeKey string
Результат null | stdClass