PHP 클래스 Recurly_Resource, recurly-client-php

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_errors
$_unsavedKeys
$_values

공개 메소드들

메소드 설명
__construct ( $href = null, $client = null )
__get ( $key )
__isset ( $k )
__set ( $k, $v )
__unset ( $k )
createDocument ( )
getErrors ( )
getValues ( ) : array Return all of the values associated with this resource.
renderXML ( $doc )
setValues ( $values ) Does a mass assignment on this resource's values
xml ( )

보호된 메소드들

메소드 설명
_save ( $method, $uri, $data = null )
getChangedAttributes ( $nested = false )
getNodeName ( )
getRequiredAttributes ( )
getWriteableAttributes ( )
populateXmlDoc ( &$doc, &$node, &$obj, $nested = false )
updateErrorAttributes ( )

메소드 상세

__construct() 공개 메소드

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

__get() 공개 메소드

public __get ( $key )

__isset() 공개 메소드

public __isset ( $k )

__set() 공개 메소드

public __set ( $k, $v )

__unset() 공개 메소드

public __unset ( $k )

_save() 보호된 메소드

protected _save ( $method, $uri, $data = null )

createDocument() 공개 메소드

public createDocument ( )

getChangedAttributes() 보호된 메소드

protected getChangedAttributes ( $nested = false )

getErrors() 공개 메소드

public getErrors ( )

getNodeName() 추상적인 보호된 메소드

abstract protected getNodeName ( )

getRequiredAttributes() 보호된 메소드

protected getRequiredAttributes ( )

getValues() 공개 메소드

Return all of the values associated with this resource.
public getValues ( ) : array
리턴 array The array of values stored with this resource.

getWriteableAttributes() 추상적인 보호된 메소드

abstract protected getWriteableAttributes ( )

populateXmlDoc() 보호된 메소드

protected populateXmlDoc ( &$doc, &$node, &$obj, $nested = false )

renderXML() 공개 메소드

public renderXML ( $doc )

setValues() 공개 메소드

Does a mass assignment on this resource's values
public setValues ( $values )

updateErrorAttributes() 보호된 메소드

protected updateErrorAttributes ( )

xml() 공개 메소드

public xml ( )

프로퍼티 상세

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

protected $_errors

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

protected $_unsavedKeys

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

protected $_values