File
- Full name:
\Documentation\Generator\FileSystem\Local\File - This class implements:
\Documentation\Generator\FileSystem\File
Methods
dirExists
public dirExists(mixed $dirPath): mixed
Parameters:
| Parameter | Type | Description |
|---|---|---|
$dirPath | mixed |
removeDir
public removeDir(mixed $dirPath): mixed
Parameters:
| Parameter | Type | Description |
|---|---|---|
$dirPath | mixed |
fileExists
public fileExists(mixed $filePath): mixed
Parameters:
| Parameter | Type | Description |
|---|---|---|
$filePath | mixed |
readFile
public readFile(mixed $filePath): mixed
Parameters:
| Parameter | Type | Description |
|---|---|---|
$filePath | mixed |
writeFile
public writeFile(mixed $filePath, mixed $fileContent): mixed
Parameters:
| Parameter | Type | Description |
|---|---|---|
$filePath | mixed | |
$fileContent | mixed |
writeTmpFile
public writeTmpFile(mixed $fileName, mixed $fileContent): mixed
Parameters:
| Parameter | Type | Description |
|---|---|---|
$fileName | mixed | |
$fileContent | mixed |
appendFile
public appendFile(mixed $filePath, mixed $fileContent): mixed
Parameters:
| Parameter | Type | Description |
|---|---|---|
$filePath | mixed | |
$fileContent | mixed |
removeFile
public removeFile(mixed $filePath): mixed
Parameters:
| Parameter | Type | Description |
|---|---|---|
$filePath | mixed |