PHP 클래스 EasyPost\Util

파일 보기 프로젝트 열기: easypost/easypost-php

공개 메소드들

메소드 설명
convertEasyPostObjectToArray ( mixed $values ) : array convert EasyPost object to an array
convertToEasyPostObject ( mixed $response, string $apiKey, string $parent = null, string $name = null ) : array convert input to an EasyPost object
isList ( $array ) : boolean check if input is a list

메소드 상세

convertEasyPostObjectToArray() 공개 정적인 메소드

convert EasyPost object to an array
public static convertEasyPostObjectToArray ( mixed $values ) : array
$values mixed
리턴 array

convertToEasyPostObject() 공개 정적인 메소드

convert input to an EasyPost object
public static convertToEasyPostObject ( mixed $response, string $apiKey, string $parent = null, string $name = null ) : array
$response mixed
$apiKey string
$parent string
$name string
리턴 array

isList() 공개 정적인 메소드

check if input is a list
public static isList ( $array ) : boolean
$array
리턴 boolean