Bravo3\Orm\Tests\Entities\Porter\Article::getTimeCreated PHP Méthode

getTimeCreated() public méthode

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