PHP 클래스 EasyPost\Object

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_apiKey string
$_immutableValues array
$_retrieveOptions array
$_unsavedValues array
$_values array

공개 메소드들

메소드 설명
__construct ( string $id = null, string $apiKey = null, string $parent = null, string $name = null ) constructor
__get ( string $k ) : mixed getter
__isset ( string $k ) : boolean isset magic method
__set ( string $k, mixed $v ) Standard accessor magic methods
__toArray ( boolean $recursive = false ) : array convert object to an array
__toJSON ( ) : string convert object to JSON
__toString ( ) : string convert object to a string
__unset ( string $k ) unset magic method
constructFrom ( array $values, string $class = null, string $apiKey = null, string $parent = null, string $name = null ) : mixed construct from
current ( ) : mixed Iterator methods
key ( ) : mixed Iterator methods
next ( ) : mixed Iterator methods
offsetExists ( string $k ) : boolean ArrayAccess methods
offsetGet ( string $k ) : mixed ArrayAccess methods
offsetSet ( string $k, mixed $v ) ArrayAccess methods
offsetUnset ( string $k ) ArrayAccess methods
refreshFrom ( array $values, string $apiKey, boolean $partial = false ) refresh from
rewind ( ) : void Iterator methods
valid ( ) : boolean Iterator methods

메소드 상세

__construct() 공개 메소드

constructor
public __construct ( string $id = null, string $apiKey = null, string $parent = null, string $name = null )
$id string
$apiKey string
$parent string
$name string

__get() 공개 메소드

getter
public __get ( string $k ) : mixed
$k string
리턴 mixed

__isset() 공개 메소드

isset magic method
public __isset ( string $k ) : boolean
$k string
리턴 boolean

__set() 공개 메소드

Standard accessor magic methods
public __set ( string $k, mixed $v )
$k string
$v mixed

__toArray() 공개 메소드

convert object to an array
public __toArray ( boolean $recursive = false ) : array
$recursive boolean
리턴 array

__toJSON() 공개 메소드

convert object to JSON
public __toJSON ( ) : string
리턴 string

__toString() 공개 메소드

convert object to a string
public __toString ( ) : string
리턴 string

__unset() 공개 메소드

unset magic method
public __unset ( string $k )
$k string

constructFrom() 공개 정적인 메소드

construct from
public static constructFrom ( array $values, string $class = null, string $apiKey = null, string $parent = null, string $name = null ) : mixed
$values array
$class string
$apiKey string
$parent string
$name string
리턴 mixed

current() 공개 메소드

Iterator methods
public current ( ) : mixed
리턴 mixed

key() 공개 메소드

Iterator methods
public key ( ) : mixed
리턴 mixed

next() 공개 메소드

Iterator methods
public next ( ) : mixed
리턴 mixed

offsetExists() 공개 메소드

ArrayAccess methods
public offsetExists ( string $k ) : boolean
$k string
리턴 boolean

offsetGet() 공개 메소드

ArrayAccess methods
public offsetGet ( string $k ) : mixed
$k string
리턴 mixed

offsetSet() 공개 메소드

ArrayAccess methods
public offsetSet ( string $k, mixed $v )
$k string
$v mixed

offsetUnset() 공개 메소드

ArrayAccess methods
public offsetUnset ( string $k )
$k string

refreshFrom() 공개 메소드

refresh from
public refreshFrom ( array $values, string $apiKey, boolean $partial = false )
$values array
$apiKey string
$partial boolean

rewind() 공개 메소드

Iterator methods
public rewind ( ) : void
리턴 void

valid() 공개 메소드

Iterator methods
public valid ( ) : boolean
리턴 boolean

프로퍼티 상세

$_apiKey 보호되어 있는 프로퍼티

protected string $_apiKey
리턴 string

$_immutableValues 보호되어 있는 프로퍼티

protected array $_immutableValues
리턴 array

$_retrieveOptions 보호되어 있는 프로퍼티

protected array $_retrieveOptions
리턴 array

$_unsavedValues 보호되어 있는 프로퍼티

protected array $_unsavedValues
리턴 array

$_values 보호되어 있는 프로퍼티

protected array $_values
리턴 array