get() public method

public get ( ) : mixed
return mixed
Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function unwrap()
 {
     return $this->storage->get();
 }