/**
  * renderBlock
  * 
  * @param   XCube_RenderTarget  &$target
  * 
  * @return  void
  **/
 public function renderBlock(&$target)
 {
     parent::renderBlock($target);
     // TODO will be use other method
 }
 /**
  * render block.
  * 
  * @param XCube_RenderTarget &$target
  */
 public function renderBlock(&$target)
 {
     parent::renderBlock($target);
 }