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

setShortName() public méthode

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