PHP Class Recurly_ExportFile, recurly-client-php

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

Public Methods

Method Description
download ( resource $file_pointer ) Download the file.
get ( $date, $name, $client = null ) : Recurly_ExportFile Look up a file by date and name.

Protected Methods

Method Description
getNodeName ( )
getWriteableAttributes ( )

Method Details

download() public method

Download the file.
public download ( resource $file_pointer )
$file_pointer resource Resourced returned from fopen() with write mode.

get() public static method

Look up a file by date and name.
public static get ( $date, $name, $client = null ) : Recurly_ExportFile
return Recurly_ExportFile

getNodeName() protected method

protected getNodeName ( )

getWriteableAttributes() protected method

protected getWriteableAttributes ( )