Knp\Bundle\KnpBundlesBundle\Entity\Bundle::getCreatedAt PHP 메소드

getCreatedAt() 공개 메소드

Get the bundle creation date
public getCreatedAt ( ) : DateTime
리턴 DateTime
    public function getCreatedAt()
    {
        return $this->createdAt;
    }