Docker\API\Model\SystemInformation::getOSType PHP Метод

getOSType() публичный Метод

public getOSType ( ) : string
Результат string
    public function getOSType()
    {
        return $this->oSType;
    }