setEmbedded(TRUE); $controller->reset(); $controller->set('context', 'user'); $controller->set('cid', $this->_contactId); $controller->set('force', 1); $controller->process(); $controller->run(); } /** * the main function that is called when the page * loads, it decides the which action has to be taken for the page. * * @return null */ public function run() { parent::preProcess(); $this->listParticipations(); } }