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

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

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

Метод Описание
download ( resource $file_pointer ) Download the file.
get ( $date, $name, $client = null ) : Recurly_ExportFile Look up a file by date and name.

Защищенные методы

Метод Описание
getNodeName ( )
getWriteableAttributes ( )

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

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

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

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

Look up a file by date and name.
public static get ( $date, $name, $client = null ) : Recurly_ExportFile
Результат Recurly_ExportFile

getNodeName() защищенный Метод

protected getNodeName ( )

getWriteableAttributes() защищенный Метод

protected getWriteableAttributes ( )