Newscoop\Entity\Article::getPublished PHP Method

getPublished() public method

Get published.
public getPublished ( ) : string
return string
    public function getPublished()
    {
        return $this->published;
    }