PhpOffice\PhpPresentation\Shape\AbstractGraphic::setName PHP Method

setName() public method

Set Name
public setName ( string $pValue = '' ) : PhpOffice\PhpPresentation\Shape\AbstractDrawing
$pValue string
return PhpOffice\PhpPresentation\Shape\AbstractDrawing
    public function setName($pValue = '')
    {
        $this->name = $pValue;
        return $this;
    }