Newscoop\Entity\Article::setUploaded PHP Method

setUploaded() public method

Sets the value of uploaded.
public setUploaded ( DateTime $uploaded ) : self
$uploaded DateTime the uploaded
return self
    public function setUploaded(DateTime $uploaded)
    {
        $this->uploaded = $uploaded;
        return $this;
    }