Jarves\Configuration\Object::getStorageService PHP Method

getStorageService() public method

public getStorageService ( ) : string
return string
    public function getStorageService()
    {
        return $this->storageService;
    }

Usage Example

Beispiel #1
0
 public function createStorage(\Jarves\Configuration\Object $object)
 {
     $storageService = $object->getStorageService();
     $instance = $this->container->get($storageService);
     $instance->configure($object->getKey(), $object);
     return $instance;
 }
All Usage Examples Of Jarves\Configuration\Object::getStorageService
Object