Docker\API\Model\SystemInformation::getCgroupDriver PHP Method

getCgroupDriver() public method

public getCgroupDriver ( ) : string
return string
    public function getCgroupDriver()
    {
        return $this->cgroupDriver;
    }