PHP Class Key

Afficher le fichier Open project: chriskacerguis/codeigniter-restserver Class Usage Examples

Protected Properties

Свойство Type Description
$methods

Méthodes publiques

Méthode Description
index_delete ( ) : void Remove a key from the database to stop it working
index_put ( ) : void Insert a key into the database
level_post ( ) : void Change the level
regenerate_post ( ) : void Regenerate a key
suspend_post ( ) : void Suspend a key

Private Methods

Méthode Description
_delete_key ( $key )
_generate_key ( ) * Helper Methods
_get_key ( $key ) * Private Data Methods
_insert_key ( $key, $data )
_key_exists ( $key )
_update_key ( $key, $data )

Method Details

index_delete() public méthode

Remove a key from the database to stop it working
public index_delete ( ) : void
Résultat void

index_put() public méthode

Insert a key into the database
public index_put ( ) : void
Résultat void

level_post() public méthode

Change the level
public level_post ( ) : void
Résultat void

regenerate_post() public méthode

Regenerate a key
public regenerate_post ( ) : void
Résultat void

suspend_post() public méthode

Suspend a key
public suspend_post ( ) : void
Résultat void

Property Details

$methods protected_oe property

protected $methods