/**
  * @internal
  */
 public static function setShowInvisible($showInvisible)
 {
     self::$_showInvisible = $showInvisible;
 }