File
- Namespace: \Redaxscript\Filesystem
- Description: children class to handle a file in the filesystem
- Package: Redaxscript
- Category: Filesystem
- Author: Henry Ruhs
Properties
Property | Type | Visibility | Description |
---|---|---|---|
No property present | |||
Property | Type | Visibility | Description |
Methods
Method | Visibility | Description |
---|---|---|
createFile | public | create the file |
readFile | public | read content of file |
renderFile | public | render content of file |
writeFile | public | write content to file |
removeFile | public | remove the file |
init | public | init the class |
copy | public | copy the filesystem |
countIterator | public | count the filesystem iterator |
getIterator | public | get the filesystem iterator |
refreshIterator | public | refresh the filesystem iterator |
getArray | public | get the filesystem array |
getSortArray | public | get the sorted filesystem array |
_filterIterator | protected | filter the filesystem iterator |
_validateItem | protected | validate the filesystem item |
_scan | protected | scan the filesystem |
Method | Visibility | Description |