fetchItem() public méthode

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