\app\framework\Component\Storage\DiskDiskInterface

Summary

Methods
Constants
__construct()
isDisk()
getPath()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

__construct()

__construct(  $diskName) 

Parameters

$diskName

isDisk()

isDisk(  $diskName) : boolean

Returns true of false if disk Exists

Parameters

$diskName

Returns

boolean

getPath()

getPath() : String|boolean

Returns Path or false if path is not defined in config file.

Returns

String|boolean