PhpOffice\PhpPresentation\Shape\Drawing\Base64::getIndexedFilename PHP Method

getIndexedFilename() public method

public getIndexedFilename ( ) : string
return string
    public function getIndexedFilename()
    {
        return $this->uniqueName . $this->getImageIndex() . '.' . $this->getExtension();
    }