Newscoop\Entity\Article::setIsIndexed PHP Method

setIsIndexed() public method

Sets the value of isIndexed.
public setIsIndexed ( boolean $isIndexed ) : self
$isIndexed boolean the is indexed
return self
    public function setIsIndexed($isIndexed)
    {
        $this->isIndexed = $isIndexed;
        return $this;
    }