Bravo3\Orm\Tests\Entities\Conditional\Asset::getTimeCreated PHP 메소드

getTimeCreated() 공개 메소드

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