This subclass is used to create, switch and configure partitions
MphpD::partition(string $name) : Partition
This class is not intended for direct usage. Use MphpD::partition() instead to retrieve an instance of this class.
Partition::__construct(FloFaber\MphpD\MphpD $mphpd, string $name) : mixed
@param \MphpD $mphpd
@param string $name
mixed
Switch the client to the given partition
Partition::switch() : bool
bool
bool
Create a new partition
Partition::create() : bool
bool
bool
Delete a given partition
Partition::delete() : bool
bool
bool
Move a specific output to the current partition
Partition::move_output(string $name) : bool
@param string $name Name of the output
bool
bool