芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/dzilamdebravo1821.gob.mx/libraries/vendor/typo3/phar-stream-wrapper/src/Manager.php
collection = $collection ?? new PharInvocationCollection(); $this->resolver = $resolver ?? new PharInvocationResolver(); $this->behavior = $behaviour; } /** * @param string $path * @param string $command * @return bool */ public function assert(string $path, string $command): bool { return $this->behavior->assert($path, $command); } /** * @param string $path * @param null|int $flags * @return PharInvocation|null */ public function resolve(string $path, int $flags = null) { return $this->resolver->resolve($path, $flags); } /** * @return Collectable */ public function getCollection(): Collectable { return $this->collection; } }