Newscoop\Entity\Article::setShortName PHP Method

setShortName() public method

Sets the value of shortName.
public setShortName ( string $shortName ) : self
$shortName string the short name
return self
    public function setShortName($shortName)
    {
        $this->shortName = $shortName;
        return $this;
    }