Exemplo n.º 1
0
 function showProfileBlock()
 {
     $block = new AccountProfileBlock($this, $this->tagged);
     $block->show();
 }
Exemplo n.º 2
0
 function showProfileBlock()
 {
     $block = new AccountProfileBlock($this, $this->alumno);
     $block->show();
 }
Exemplo n.º 3
0
 function showContent()
 {
     $this->areYouSureForm();
     $block = new AccountProfileBlock($this, $this->profile);
     $block->show();
 }
Exemplo n.º 4
0
 function showProfileBlock()
 {
     $block = new AccountProfileBlock($this, $this->getTarget());
     $block->show();
 }