/**
  * {@inheritDoc}
  */
 public function render($view = 'view')
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'render', array($view));
     return parent::render($view);
 }
 /**
  * Renders a particular view of a block type, using the public $controller variable as the block type's controller
  *
  * @param string template 'view' for the default
  * @return void
  */
 public function render($view = "view")
 {
     return parent::render($view);
 }