Atrauzzi\LaravelDoctrine\Util\Time::prePersist PHP Method

prePersist() public method

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