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

setLastModified() public méthode

Set the time the entity was last modified
public setLastModified ( DateTime $last_modified )
$last_modified DateTime
    public function setLastModified(\DateTime $last_modified)
    {
        $this->last_modified = $last_modified;
        return $this;
    }