clearCodeFromDatabase() 공개 메소드

Delete a code from the database by ip address hash
부터: 2.0.1
예제 #1
0
 protected function clearCodeFromDatabase()
 {
     //TODO do this the cakephp way
     return parent::clearCodeFromDatabase();
 }