PHP Класс Recurly_Base, recurly-client-php

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$class_map Mapping of XML node to PHP object name

Защищенные свойства (Protected)

Свойство Тип Описание
$_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