Bravo3\Orm\Tests\Entities\Porter\Article::setTimeCreated PHP 메소드

setTimeCreated() 공개 메소드

Set the time the entity was created
public setTimeCreated ( DateTime $time_created )
$time_created DateTime
    public function setTimeCreated(\DateTime $time_created)
    {
        $this->time_created = $time_created;
        return $this;
    }