Piwik\UpdateCheck\ReleaseChannel::getOrder PHP Method

getOrder() public method

Get the order for this release channel. The lower the number the more important this release channel is. The release channel having the lowest order will be shown first and will be used as default release channel in case no valid release channel is defined.
public getOrder ( ) : integer
return integer
    public function getOrder()
    {
        return 99;
    }