Method | Description | |
---|---|---|
destroy ( ) : boolean | Destroy the file. | |
getFilepath ( ) : string | Get the full path to the file. |
Method | Description | |
---|---|---|
getContents ( ) : array | Get the contents of the file. | |
saveContents ( array $contents ) | Save the contents of the file. |
protected getContents ( ) : array | ||
return | array |
public getFilepath ( ) : string | ||
return | string |
protected saveContents ( array $contents ) | ||
$contents | array |