PHP Class Barryvdh\Snappy\IlluminateSnappyPdf

Inheritance: extends Knp\Snappy\Pdf
Afficher le fichier Open project: barryvdh/laravel-snappy Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( Illuminate\Filesystem\Filesystem $fs, string $binary, array $options, array $env )

Méthodes protégées

Méthode Description
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

Method Details

__construct() public méthode

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

fileExists() protected méthode

Wrapper for the "file_exists" function
protected fileExists ( string $filename ) : boolean
$filename string
Résultat boolean

filesize() protected méthode

Wrapper for the "filesize" function
protected filesize ( string $filename ) : integer
$filename string
Résultat integer or FALSE on failure

getFileContents() protected méthode

Wrapper for the "file_get_contents" function
protected getFileContents ( string $filename ) : string
$filename string
Résultat string

isDir() protected méthode

Wrapper for the "is_dir" function
protected isDir ( string $filename ) : boolean
$filename string
Résultat boolean

isFile() protected méthode

Wrapper for the "is_file" method
protected isFile ( string $filename ) : boolean
$filename string
Résultat boolean

mkdir() protected méthode

Wrapper for the mkdir function
protected mkdir ( string $pathname ) : boolean
$pathname string
Résultat boolean