Ejemplo n.º 1
0
 /**
  * Constructs a new extended XML-RPC server
  * @return null
  */
 public function __construct()
 {
     parent::__construct();
     $this->registerIntrospectionServices();
 }