/**
  * Set container's registry index.
  *
  * @param  string $registryIndex
  * @return LoSo_Zend_Application_Bootstrap_SymfonyContainerBootstrap
  */
 public static function setRegistryIndex($registryIndex)
 {
     self::$_registryIndex = $registryIndex;
     return $this;
 }