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

getTimeCreated() public method

Get the time the entity was created
public getTimeCreated ( ) : DateTime
return DateTime
    public function getTimeCreated()
    {
        return $this->time_created;
    }