Newscoop\Entity\Article::getShortName PHP Method

getShortName() public method

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