Knp\Bundle\KnpBundlesBundle\Entity\Score::getDate PHP Method

getDate() public method

Get the date of the last commit
public getDate ( ) : DateTime
return DateTime
    public function getDate()
    {
        return $this->date;
    }