Movies\Rating::getScore PHP Method

getScore() public method

public getScore ( ) : float
return float
    public function getScore()
    {
        return $this->score;
    }