Newscoop\Entity\Article::getIndexed PHP Method

getIndexed() public method

Get indexed.
public getIndexed ( ) : DateTime
return DateTime
    public function getIndexed()
    {
        return $this->indexed;
    }