get($a)->getWeight(); $weight_b = $this->get($b)->getWeight(); return $weight_a < $weight_b ? -1 : 1; } }