PhpBrew\Platform\Linux\Debian::getVersion PHP Method

getVersion() public method

public getVersion ( ) : string
return string
    public function getVersion()
    {
        return file_get_contents('/etc/debian_version');
    }