PHP 클래스 Recurly_Base, recurly-client-php

파일 보기 프로젝트 열기: recurly/recurly-client-php 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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 )

메소드 상세

__construct() 공개 메소드

public __construct ( $href = null, $client = null )

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

Use a valid Recurly_Response to populate a new object.
protected static __parseResponseToNewObject ( $response, $uri, $client )

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

protected static __parseXmlToObject ( $node, &$object )

__parseXmlToUpdateObject() 보호된 메소드

Use the XML to update $this object.
protected __parseXmlToUpdateObject ( $xml )

__toString() 공개 메소드

Pretty string version of the object
public __toString ( )

__valuesString() 보호된 메소드

protected __valuesString ( )

_afterParseResponse() 보호된 메소드

Optional method to allow objects access to the full response with headers.
protected _afterParseResponse ( $response, $uri )

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

Delete the URI, validate the response and return the object.
protected static _delete ( $uri, $client = null )

_get() 공개 정적인 메소드

Request the URI, validate the response and return the object.
public static _get ( $uri, $client = null )

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

Post to the URI, validate the response and return the object.
protected static _post ( $uri, $data = null, $client = null )

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

Put to the URI, validate the response and return the object.
protected static _put ( $uri, $client = null )

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

protected static _uriWithParams ( $uri, $params = null )

getHref() 공개 메소드

public getHref ( )

setHref() 공개 메소드

public setHref ( $href )

프로퍼티 상세

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

protected $_client

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

protected $_href

$class_map 정적으로 공개적으로 프로퍼티

Mapping of XML node to PHP object name
static public $class_map