PhpOffice\PhpPresentation\Shape\Drawing\ZipFile::getZipFileOut PHP Méthode

getZipFileOut() protected méthode

protected getZipFileOut ( )
    protected function getZipFileOut()
    {
        $path = str_replace('zip://', '', $this->getPath());
        $path = explode('#', $path);
        return empty($path[0]) ? '' : $path[0];
    }