PHP Interface example\Cacher

Afficher le fichier Open project: widmogrod/php-functional

Méthodes publiques

Méthode Description
get ( string $key ) : Widmogrod\Monad\Maybe\Maybe
put ( string $key, mixed $value ) : self

Method Details

get() public méthode

public get ( string $key ) : Widmogrod\Monad\Maybe\Maybe
$key string
Résultat Widmogrod\Monad\Maybe\Maybe

put() public méthode

public put ( string $key, mixed $value ) : self
$key string
$value mixed
Résultat self