Example #1
0
 /**
  * Called by the overload handler in the constructor.
  *
  * @param      AgaviTimeZone The timezone to use.
  * @param      AgaviLocale   The locale to use.
  *
  * @author     Dominik del Bondio <*****@*****.**>
  * @author     The ICU Project
  * @since      0.11.0
  */
 protected function constructorOO(AgaviTimeZone $zone, AgaviLocale $locale)
 {
     $this->translationManager = $zone->getTranslationManager();
     $this->clear();
     $this->fZone = clone $zone;
     $this->setWeekCountData($locale, null);
 }