clearCodeFromDatabase() public method

Delete a code from the database by ip address hash
Since: 2.0.1
Ejemplo n.º 1
0
 protected function clearCodeFromDatabase()
 {
     //TODO do this the cakephp way
     return parent::clearCodeFromDatabase();
 }