프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$class_map | Mapping of XML node to PHP object name |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_client | |||
$_href | |||
$_links |
메소드 | 설명 | |
---|---|---|
__construct ( $href = null, $client = null ) | ||
__toString ( ) | Pretty string version of the object | |
_get ( $uri, $client = null ) | Request the URI, validate the response and return the object. | |
getHref ( ) | ||
getLinks ( ) | ||
setHref ( $href ) |
메소드 | 설명 | |
---|---|---|
__parseResponseToNewObject ( $response, $uri, $client ) | Use a valid Recurly_Response to populate a new object. | |
__parseXmlToObject ( $node, &$object ) | ||
__parseXmlToUpdateObject ( $xml ) | Use the XML to update $this object. | |
__valuesString ( ) | ||
_afterParseResponse ( $response, $uri ) | Optional method to allow objects access to the full response with headers. | |
_delete ( $uri, $client = null ) | Delete the URI, validate the response and return the object. | |
_post ( $uri, $data = null, $client = null ) | Post to the URI, validate the response and return the object. | |
_put ( $uri, $client = null ) | Put to the URI, validate the response and return the object. | |
_uriWithParams ( $uri, $params = null ) |
메소드 | 설명 | |
---|---|---|
__createNodeObject ( $node ) | ||
addLink ( $name, $href, $method ) | ||
parseErrorNode ( $node ) |
protected static __parseResponseToNewObject ( $response, $uri, $client ) |
protected __parseXmlToUpdateObject ( $xml ) |
protected _afterParseResponse ( $response, $uri ) |
protected static _delete ( $uri, $client = null ) |
public static _get ( $uri, $client = null ) |
protected static _post ( $uri, $data = null, $client = null ) |
protected static _put ( $uri, $client = null ) |