Newscoop\Entity\Article::getPublic PHP Метод

getPublic() публичный Метод

Gets the value of public.
public getPublic ( ) : string
Результат string
    public function getPublic()
    {
        return $this->public;
    }