예제 #1
0
 /**
  * Visit a block and return the resulting GUI component.
  * 
  * @param object BlockSiteComponent $block
  * @return object Component 
  * @access public
  * @since 1/7/08
  */
 function visitTargetBlock()
 {
     $block = $this->_node;
     $guiContainer = parent::visitBlock($block);
     return $guiContainer;
 }