Knp\Bundle\KnpBundlesBundle\Entity\Score::getDate PHP Méthode

getDate() public méthode

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