Knp\Bundle\KnpBundlesBundle\Entity\Score::getDate PHP 메소드

getDate() 공개 메소드

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