PhpOffice\PhpPresentation\Shape\Drawing\ZipFile::getZipFileIn PHP Method

getZipFileIn() protected method

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