public static function getInstance() { if (null === self::$instance) { self::$instance = new MenuHelper(); } return self::$instance; }