Bravo3\Orm\Tests\Entities\OneToMany\Article::getLastModified PHP Method

getLastModified() public method

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