Newscoop\Entity\Article::getPublished PHP 메소드

getPublished() 공개 메소드

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