/** * Return all weeks of the current month as array * @param array * @param string * @return array */ protected function compileWeeks($arrData, $strUrl) { return parent::compileWeeks($arrData, $this->generateCategoryUrl()); }
/** * Return all weeks of the current month as array * @param array * @return array */ protected function compileWeeks($arrData) { $this->strUrl = $this->generateCategoryUrl(); return parent::compileWeeks($arrData); }