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

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

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

Свойство Тип Описание
$objectType Stubbed object type. Useful for printing the current object as a string.

Открытые методы

Метод Описание
__construct ( $objectType, $href, $client = null )
__toString ( )
get ( $params = null ) Retrieve the stubbed resource.

Описание методов

__construct() публичный Метод

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

__toString() публичный Метод

public __toString ( )

get() публичный Метод

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

Описание свойств

$objectType публичное свойство

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