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

setLastModified() 공개 메소드

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;
    }