removeCheckpoint() public method

Removes a checkpoint.
public removeCheckpoint ( string $key ) : void
$key string
return void
Esempio n. 1
0
 /**
  * Removes a checkpoint.
  *
  * @param  string $key
  *
  * @return void
  */
 public function removeCheckpoint($key)
 {
     $this->sentinel->removeCheckpoint($key);
 }
Esempio n. 2
0
 /**
  * Removes a checkpoint.
  *
  * @param string $key
  * @return void 
  * @static 
  */
 public static function removeCheckpoint($key)
 {
     \Cartalyst\Sentinel\Sentinel::removeCheckpoint($key);
 }