class DiskPartition extends Model (View source)

Properties

string $capacityBytes
string $fileSystem
string $freeBytes
string $mountPoint
protected $subPartitionsType
protected $subPartitionsDataType
string $type
string $uuid

Methods

setCapacityBytes($capacityBytes)

No description

string
getCapacityBytes()

No description

setFileSystem($fileSystem)

No description

string
getFileSystem()

No description

setFreeBytes($freeBytes)

No description

string
getFreeBytes()

No description

setMountPoint($mountPoint)

No description

string
getMountPoint()

No description

setSubPartitions(DiskPartitionList $subPartitions)

No description

setType($type)

No description

string
getType()

No description

setUuid($uuid)

No description

string
getUuid()

No description

Details

setCapacityBytes($capacityBytes)

No description

Parameters

$capacityBytes

string getCapacityBytes()

No description

Return Value

string

setFileSystem($fileSystem)

No description

Parameters

$fileSystem

string getFileSystem()

No description

Return Value

string

setFreeBytes($freeBytes)

No description

Parameters

$freeBytes

string getFreeBytes()

No description

Return Value

string

setMountPoint($mountPoint)

No description

Parameters

$mountPoint

string getMountPoint()

No description

Return Value

string

setSubPartitions(DiskPartitionList $subPartitions)

No description

Parameters

DiskPartitionList $subPartitions

DiskPartitionList getSubPartitions()

No description

Return Value

DiskPartitionList

setType($type)

No description

Parameters

$type

string getType()

No description

Return Value

string

setUuid($uuid)

No description

Parameters

$uuid

string getUuid()

No description

Return Value

string