$priority * @param IMountPoint[] $existingMounts * * @return bool true if the wrapper was added, false if there was already a wrapper with this * name registered * @since 8.0.0 * @see BeforeFileSystemSetupEvent */ public function addStorageWrapper(string $wrapperName, callable $callback, int $priority = 50, array $existingMounts = []): bool; /** * @return IStorage * @since 8.0.0 */ public function getInstance(IMountPoint $mountPoint, string $class, array $arguments): IStorage; }