/**
  * Config values are dependent on the store, so whenever a store id
  * is available update store information.
  * @param int $storeId
  */
 public static function setStoreId($storeId)
 {
     self::$storeId = $storeId;
 }