PHP Class Imbo\Storage\Filesystem
This storage driver stores image files in a local filesystem.
Configuration options supported by this driver:
-
(string) dataDir
Absolute path to the base directory the images should be stored in
Show file
Open project: imbo/imbo
Class Usage Examples
Public Methods
Private Methods
Method Details
__construct()
public method
public delete ( $user, $imageIdentifier ) |
public getImage ( $user, $imageIdentifier ) |
getLastModified()
public method
getStatus()
public method
imageExists()
public method
public store ( $user, $imageIdentifier, $imageData ) |