PHP 클래스 Barryvdh\Snappy\IlluminateSnappyPdf

상속: extends Knp\Snappy\Pdf
파일 보기 프로젝트 열기: barryvdh/laravel-snappy 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Illuminate\Filesystem\Filesystem $fs, string $binary, array $options, array $env )

보호된 메소드들

메소드 설명
fileExists ( string $filename ) : boolean Wrapper for the "file_exists" function
filesize ( string $filename ) : integer Wrapper for the "filesize" function
getFileContents ( string $filename ) : string Wrapper for the "file_get_contents" function
isDir ( string $filename ) : boolean Wrapper for the "is_dir" function
isFile ( string $filename ) : boolean Wrapper for the "is_file" method
mkdir ( string $pathname ) : boolean Wrapper for the mkdir function
unlink ( string $filename ) : boolean Wrapper for the "unlink" function

메소드 상세

__construct() 공개 메소드

public __construct ( Illuminate\Filesystem\Filesystem $fs, string $binary, array $options, array $env )
$fs Illuminate\Filesystem\Filesystem
$binary string
$options array
$env array

fileExists() 보호된 메소드

Wrapper for the "file_exists" function
protected fileExists ( string $filename ) : boolean
$filename string
리턴 boolean

filesize() 보호된 메소드

Wrapper for the "filesize" function
protected filesize ( string $filename ) : integer
$filename string
리턴 integer or FALSE on failure

getFileContents() 보호된 메소드

Wrapper for the "file_get_contents" function
protected getFileContents ( string $filename ) : string
$filename string
리턴 string

isDir() 보호된 메소드

Wrapper for the "is_dir" function
protected isDir ( string $filename ) : boolean
$filename string
리턴 boolean

isFile() 보호된 메소드

Wrapper for the "is_file" method
protected isFile ( string $filename ) : boolean
$filename string
리턴 boolean

mkdir() 보호된 메소드

Wrapper for the mkdir function
protected mkdir ( string $pathname ) : boolean
$pathname string
리턴 boolean