function showContent() { $this->areYouSureForm(); $block = new GroupProfileBlock($this, $this->group); $block->show(); }
function showProfileBlock() { $block = new GroupProfileBlock($this, $this->group); $block->show(); }