PHP 클래스 EasyPost\EasypostResource

상속: extends Object
파일 보기 프로젝트 열기: easypost/easypost-php

공개 메소드들

메소드 설명
className ( string $class ) : string
classUrl ( string $class ) : string
instanceUrl ( ) : string
refresh ( )

보호된 메소드들

메소드 설명
_all ( string $class, mixed $params = null, string $apiKey = null ) : mixed
_create ( string $class, mixed $params = null, string $apiKey = null, string $urlModifier = null, $apiKeyRequired = true ) : mixed
_delete ( string $class, mixed $params = null )
_retrieve ( string $class, mixed $id, string $apiKey = null ) : mixed
_save ( string $class )

비공개 메소드들

메소드 설명
_validate ( string $method, array $params = null, string $apiKey = null )

메소드 상세

_all() 보호된 정적인 메소드

protected static _all ( string $class, mixed $params = null, string $apiKey = null ) : mixed
$class string
$params mixed
$apiKey string
리턴 mixed

_create() 보호된 정적인 메소드

protected static _create ( string $class, mixed $params = null, string $apiKey = null, string $urlModifier = null, $apiKeyRequired = true ) : mixed
$class string
$params mixed
$apiKey string
$urlModifier string
리턴 mixed

_delete() 보호된 메소드

protected _delete ( string $class, mixed $params = null )
$class string
$params mixed

_retrieve() 보호된 정적인 메소드

protected static _retrieve ( string $class, mixed $id, string $apiKey = null ) : mixed
$class string
$id mixed
$apiKey string
리턴 mixed

_save() 보호된 메소드

protected _save ( string $class )
$class string

className() 공개 정적인 메소드

public static className ( string $class ) : string
$class string
리턴 string

classUrl() 공개 정적인 메소드

public static classUrl ( string $class ) : string
$class string
리턴 string

instanceUrl() 공개 메소드

public instanceUrl ( ) : string
리턴 string

refresh() 공개 메소드

public refresh ( )