Esempio n. 1
0
 public function getKey($key)
 {
     $handler = VkApi::getCaptchaHandler();
     $result = false;
     if ($handler) {
         $result = $handler->getCaptchaKey($this);
     }
     return $result;
 }