Bravo3\Orm\Tests\Entities\Porter\Article::getLastModified PHP 메소드

getLastModified() 공개 메소드

Get the time the entity was last modified
public getLastModified ( ) : DateTime
리턴 DateTime
    public function getLastModified()
    {
        return $this->last_modified;
    }