Esempio n. 1
0
 /**
  * Interprets storage reference
  *
  * @param Storage\ReferenceInterface $reference
  *
  * @return mixed
  */
 public function interpret(Storage\ReferenceInterface $reference)
 {
     return $this->storage->interpret($reference);
 }