PHP Class Recurly_ExportFile, recurly-client-php

Inheritance: extends Recurly_Resource
Afficher le fichier Open project: recurly/recurly-client-php Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
getNodeName ( )
getWriteableAttributes ( )

Method Details

download() public méthode

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

get() public static méthode

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

getNodeName() protected méthode

protected getNodeName ( )

getWriteableAttributes() protected méthode

protected getWriteableAttributes ( )