Method | Description | |
---|---|---|
getPath ( string $filename = null ) : string | get the path | |
setPath ( string $path ) : void | set the path |
Method | Description | |
---|---|---|
_exists ( string $filename ) : boolean | checks if the file exists | |
_initialize ( ) : void | prepares path for storage | |
_store ( string $filename, string $data ) : string | store the data |
protected static _initialize ( ) : void | ||
return | void |