Piwik\Settings\Storage\Backend\BackendInterface::getStorageId PHP Метод

getStorageId() публичный Метод

Get an id that identifies the current storage. Eg Plugin_$pluginName_Settings could be a storage id for plugin settings. It's kind of like a cache key and the value will be actually used for this by a cache decorator.
public getStorageId ( ) : string
Результат string
    public function getStorageId();

Usage Example

Пример #1
0
 public function getStorageId()
 {
     return $this->backend->getStorageId();
 }