set('class_key','modXMLRPCResource'); $this->showInContextMenu = false; } /** * Overrides modResource::process to set the Response handler to * {@link modXMLRPCResponse} * * {@inheritdoc} */ public function process() { $this->xpdo->getResponse('xmlrpc.modXMLRPCResponse'); parent :: process(); return $this->_content; } }