Method | Description | |
---|---|---|
clearStorage ( $path = null ) : boolean | Remove the storage | |
existsInStorage ( $fileName ) : string | Check if a file or folder exists | |
getFromStorage ( $fileName ) : string | Get from storage | |
writeToStorage ( $fileName, $content ) | Write to the storage, always overwrites files |
public clearStorage ( $path = null ) : boolean | ||
return | boolean |
public existsInStorage ( $fileName ) : string | ||
$fileName | ||
return | string |
public getFromStorage ( $fileName ) : string | ||
$fileName | ||
return | string |
public writeToStorage ( $fileName, $content ) | ||
$fileName | ||
$content |