Piwik\UpdateCheck\ReleaseChannel::getOrder PHP Метод

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

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
Результат integer
    public function getOrder()
    {
        return 99;
    }