コード例 #1
0
 /**
  * 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());
 }
コード例 #2
0
 /**
  * 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);
 }