Newscoop\Entity\Article::setShortName PHP 메소드

setShortName() 공개 메소드

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