class Mount extends Model (View source)

Properties

string $disk
string $path
bool $readOnly

Methods

setDisk($disk)

No description

string
getDisk()

No description

setPath($path)

No description

string
getPath()

No description

setReadOnly($readOnly)

No description

bool
getReadOnly()

No description

Details

setDisk($disk)

No description

Parameters

$disk

string getDisk()

No description

Return Value

string

setPath($path)

No description

Parameters

$path

string getPath()

No description

Return Value

string

setReadOnly($readOnly)

No description

Parameters

$readOnly

bool getReadOnly()

No description

Return Value

bool