PHP Class Recurly_Plan, recurly-client-php

Inheritance: extends Recurly_Resource
Datei anzeigen Open project: recurly/recurly-client-php Class Usage Examples

Public Methods

Method Description
__construct ( )
create ( )
delete ( )
deletePlan ( $planCode, $client = null )
get ( $planCode, $client = null )
update ( )

Protected Methods

Method Description
getNodeName ( )
getWriteableAttributes ( )
uri ( )
uriForPlan ( $planCode )

Method Details

__construct() public method

public __construct ( )

create() public method

public create ( )

delete() public method

public delete ( )

deletePlan() public static method

public static deletePlan ( $planCode, $client = null )

get() public static method

public static get ( $planCode, $client = null )

getNodeName() protected method

protected getNodeName ( )

getWriteableAttributes() protected method

protected getWriteableAttributes ( )

update() public method

public update ( )

uri() protected method

protected uri ( )

uriForPlan() protected static method

protected static uriForPlan ( $planCode )