Habari\Update::filter_unchanged PHP Метод

filter_unchanged() публичный статический Метод

Return true if the beacon data contains updates from the server
public static filter_unchanged ( array $beacon ) : boolean
$beacon array the beacon data from the $beacons array
Результат boolean true if there are updates available for this beacon
    public static function filter_unchanged($beacon)
    {
        return isset($beacon['latest_version']);
    }