Method |
Description |
|
__construct ( string $mountPath, array $params = null ) |
Constructor |
|
getHash ( $path ) : string |
Returns the content hash (max 64 byte). |
|
getJarves ( ) : Jarves |
|
|
getMountPath ( ) : string |
Returns current name of the mount point. |
|
getParam ( string $key ) : mixed |
Gets a value of the params. |
|
getParams ( ) : array |
|
|
setJarves ( Jarves $jarves ) |
|
|
setMountPath ( $mountPath ) |
Sets the name of mount point. |
|
setParam ( string $key, mixed $value ) |
Sets a value for a param. |
|
setParams ( array $params ) |
|
|