fetchItem() public method

Fetch item
public fetchItem ( string $key ) : mixed
$key string
return mixed
Beispiel #1
0
 /**
  * Fetch item
  *
  * @param string $key
  * @return string
  */
 public function fetchItem($key)
 {
     return $this->storage->fetchItem($key);
 }