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

markAsUpdated() public method

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