Sonata\ProductBundle\Entity\BaseProduct::prePersist PHP Method

prePersist() public method

public prePersist ( )
    public function prePersist()
    {
        $this->createdAt = new \DateTime();
        $this->updatedAt = new \DateTime();
    }