pocketmine\resourcepacks\ResourcePackInfoEntry::getVersion PHP Method

getVersion() public method

public getVersion ( ) : string
return string
    public function getVersion() : string
    {
        return $this->version;
    }