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

getPublic() 공개 메소드

Gets the value of public.
public getPublic ( ) : string
리턴 string
    public function getPublic()
    {
        return $this->public;
    }