Newscoop\Entity\Article::setPublished PHP Method

setPublished() public method

Set published.
public setPublished ( Datetime | null $published ) : self
$published Datetime | null
return self
    public function setPublished($published)
    {
        $this->published = $published;
        return $this;
    }