Exemplo n.º 1
0
 /**
  * Returns the controller class for the currently selected captcha library
  */
 public function getController()
 {
     $class = core_class('Core\\Antispam\\' . Concrete::make('helper/text')->camelcase($this->saslHandle) . 'Controller', $this->getPackageHandle());
     $cl = Core::make($class);
     return $cl;
 }