PHP Class Recurly_ExportFileList, recurly-client-php

Inheritance: extends Recurly_Pager
显示文件 Open project: recurly/recurly-client-php Class Usage Examples

Public Methods

Method Description
get ( string $date, $params = null, $client = null ) : Recurly_ExportFileList Fetch a list of export files for a given date.

Protected Methods

Method Description
getNodeName ( )

Method Details

get() public static method

Fetch a list of export files for a given date.
public static get ( string $date, $params = null, $client = null ) : Recurly_ExportFileList
$date string Date in YYYY-MM-DD format.
return Recurly_ExportFileList

getNodeName() protected method

protected getNodeName ( )