Knp\Bundle\KnpBundlesBundle\Entity\Bundle::getLatestScoreDetails PHP Method

getLatestScoreDetails() public method

    public function getLatestScoreDetails()
    {
        return $this->scores->last();
    }