PHP 클래스 Phprest\Util\DataStructure\MimeProcessResult

파일 보기 프로젝트 열기: phprest/phprest

공개 프로퍼티들

프로퍼티 타입 설명
$apiVersion integer | string
$format json|xml
$mime string
$vendor string

공개 메소드들

메소드 설명
__construct ( string $mime, string $vendor, integer | string $apiVersion, string $format )

메소드 상세

__construct() 공개 메소드

public __construct ( string $mime, string $vendor, integer | string $apiVersion, string $format )
$mime string
$vendor string
$apiVersion integer | string
$format string

프로퍼티 상세

$apiVersion 공개적으로 프로퍼티

public int|string $apiVersion
리턴 integer | string

$format 공개적으로 프로퍼티

json|xml
public $format

$mime 공개적으로 프로퍼티

public string $mime
리턴 string

$vendor 공개적으로 프로퍼티

public string $vendor
리턴 string