Bravo3\Orm\Tests\Entities\Porter\Article::setLastModified PHP Method

setLastModified() public method

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