Bravo3\Orm\Tests\Entities\OneToMany\Article::getLastModified PHP Méthode

getLastModified() public méthode

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