PHP 트레잇 Zendesk\API\Traits\Resource\MultipartUpload

파일 보기 프로젝트 열기: zendesk/zendesk_api_client_php

공개 메소드들

메소드 설명
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