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

getOnSection() 공개 메소드

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