PHP Interface ManaPHP\Counter\AdapterInterface

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

Méthodes publiques

Méthode Description
delete ( string $type, string $id ) : void
get ( string $type, string $id ) : integer
increment ( string $type, string $id, integer $step = 1 ) : integer

Method Details

delete() public méthode

public delete ( string $type, string $id ) : void
$type string
$id string
Résultat void

get() public méthode

public get ( string $type, string $id ) : integer
$type string
$id string
Résultat integer

increment() public méthode

public increment ( string $type, string $id, integer $step = 1 ) : integer
$type string
$id string
$step integer
Résultat integer