tag * * @param \Symfony\Component\DependencyInjection\Container $oContainer * * @return string * @api */ public function GetBodyHTML(\Symfony\Component\DependencyInjection\Container $oContainer); /** * Returns raw HTML code to put at the end of the #main-wrapper element * * @param \Symfony\Component\DependencyInjection\Container $oContainer * * @return string * @api */ public function GetMainContentHTML(\Symfony\Component\DependencyInjection\Container $oContainer); /** * Returns raw HTML code to put at the end of the #topbar and #sidebar elements * * @param \Symfony\Component\DependencyInjection\Container $oContainer * * @return string * @api */ public function GetNavigationMenuHTML(\Symfony\Component\DependencyInjection\Container $oContainer); }