Bravo3\Orm\Tests\Entities\OneToMany\Article::setTimeCreated PHP Méthode

setTimeCreated() public méthode

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;
    }