PhpOffice\PhpPresentation\Shape\AbstractGraphic::setDescription PHP 메소드

setDescription() 공개 메소드

Set Description
public setDescription ( string $pValue = '' ) : PhpOffice\PhpPresentation\Shape\AbstractDrawing
$pValue string
리턴 PhpOffice\PhpPresentation\Shape\AbstractDrawing
    public function setDescription($pValue = '')
    {
        $this->description = $pValue;
        return $this;
    }