Newscoop\Entity\Article::getIsIndexed PHP Метод

getIsIndexed() публичный Метод

Gets the value of isIndexed.
public getIsIndexed ( ) : string
Результат string
    public function getIsIndexed()
    {
        return $this->isIndexed;
    }