Newscoop\Entity\Article::getIsIndexed PHP Method

getIsIndexed() public method

Gets the value of isIndexed.
public getIsIndexed ( ) : string
return string
    public function getIsIndexed()
    {
        return $this->isIndexed;
    }