Bravo3\Orm\Tests\Entities\Porter\Article::setTimeCreated PHP Method

setTimeCreated() public method

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