PHP Interface ManaPHP\Task\Metadata\AdapterInterface

Afficher le fichier Open project: manaphp/manaphp Interface Usage Examples

Méthodes publiques

Méthode Description
delete ( string $key ) : void
exists ( string $key ) : boolean
get ( string $key ) : mixed | false
set ( string $key, mixed $value ) : void

Method Details

delete() public méthode

public delete ( string $key ) : void
$key string
Résultat void

exists() public méthode

public exists ( string $key ) : boolean
$key string
Résultat boolean

get() public méthode

public get ( string $key ) : mixed | false
$key string
Résultat mixed | false

set() public méthode

public set ( string $key, mixed $value ) : void
$key string
$value mixed
Résultat void