PHP 클래스 Recurly_ExportFile, recurly-client-php

상속: extends Recurly_Resource
파일 보기 프로젝트 열기: recurly/recurly-client-php 1 사용 예제들

공개 메소드들

메소드 설명
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 ( )