weight = $this->hereWeGo(); return $this; } /** * @inheritDoc */ public function getResult(): int { return $this->weight ?: 0; } }