PhpOffice\PhpPresentation\Shape\AbstractGraphic::setName PHP Méthode

setName() public méthode

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