GraphAware\Reco4PHP\Result\Score::add PHP Метод

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

public add ( SingleScore $score )
$score SingleScore
    public function add(SingleScore $score)
    {
        $this->scores[] = $score;
        $this->score += (double) $score->getScore();
    }