예제 #1
0
 function showContent()
 {
     $this->areYouSureForm();
     $block = new GroupProfileBlock($this, $this->group);
     $block->show();
 }
예제 #2
0
 function showProfileBlock()
 {
     $block = new GroupProfileBlock($this, $this->group);
     $block->show();
 }