Newscoop\Entity\Article::getPublic PHP Method

getPublic() public method

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