PHP Class Recurly_Stub, recurly-client-php

Inheritance: extends Recurly_Base
ファイルを表示 Open project: recurly/recurly-client-php Class Usage Examples

Public Properties

Property Type Description
$objectType Stubbed object type. Useful for printing the current object as a string.

Public Methods

Method Description
__construct ( $objectType, $href, $client = null )
__toString ( )
get ( $params = null ) Retrieve the stubbed resource.

Method Details

__construct() public method

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

__toString() public method

public __toString ( )

get() public method

Retrieve the stubbed resource.
public get ( $params = null )

Property Details

$objectType public_oe property

Stubbed object type. Useful for printing the current object as a string.
public $objectType