Storage * * @return bool true if the wrapper was added, false if there was already a wrapper with this * name registered * @since 8.0.0 */ public function addStorageWrapper(string $wrapperName, callable $callback); /** * @return IStorage * @since 8.0.0 */ public function getInstance(IMountPoint $mountPoint, string $class, array $arguments); }