Newscoop\Entity\Article::getOnSection PHP Méthode

getOnSection() public méthode

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