PHP Interface ManaPHP\Task\Metadata\AdapterInterface

Show file Open project: manaphp/manaphp Interface Usage Examples

Public Methods

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

Method Details

delete() public method

public delete ( string $key ) : void
$key string
return void

exists() public method

public exists ( string $key ) : boolean
$key string
return boolean

get() public method

public get ( string $key ) : mixed | false
$key string
return mixed | false

set() public method

public set ( string $key, mixed $value ) : void
$key string
$value mixed
return void