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

getCreatedAt() public method

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