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

getShortName() public méthode

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