paths
in package
Module data path handler
Tags
Table of Contents
- $basePath : string
- __construct() : mixed
- Constructor
- deleteFile() : mixed
- readFile() : mixed
- writeFile() : mixed
Properties
$basePath
private
string
$basePath
Methods
__construct()
Constructor
public
final __construct(string $basePath) : mixed
Parameters
- $basePath : string
Return values
mixed —deleteFile()
public
final deleteFile(string $filename) : mixed
Parameters
- $filename : string
Return values
mixed —readFile()
public
final readFile(string $filename) : mixed
Parameters
- $filename : string
Return values
mixed —writeFile()
public
final writeFile(string $filename, mixed $data[, mixed $mode = FILE_APPEND ]) : mixed
Parameters
- $filename : string
- $data : mixed
- $mode : mixed = FILE_APPEND