public function end()
 {
     if ($this->showFullCenter()) {
         $this->beforeEnd();
     }
     parent::end();
 }
 public function end()
 {
     $this->addSouthComponent();
     if (!sfConfig::get('app_parser_skip_west')) {
         sfProjectConfiguration::getActive()->loadHelpers(array('afExtjsWest'));
     }
     parent::end();
 }
 public function end()
 {
     parent::end();
 }