芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/cansahcab.gob.mx/libraries/vendor/typo3/phar-stream-wrapper/src/Phar/Container.php
stub = $stub; $this->manifest = $manifest; } /** * @return Stub */ public function getStub(): Stub { return $this->stub; } /** * @return Manifest */ public function getManifest(): Manifest { return $this->manifest; } /** * @return string */ public function getAlias(): string { return $this->manifest->getAlias() ?: $this->stub->getMappedAlias(); } }