Ejemplo n.º 1
0
 public function read()
 {
     $totalCount = 0;
     $returnValue = MealPlan::read($this->params, $totalCount);
     $this->additionalReturnValues["total"] = $totalCount;
     return $returnValue;
 }