Esempio n. 1
0
 /**
  * Sets the appropriate attributes for a list of upcoming exhibitions
  * then envokes the private summary() method.
  * @param bean $model The exhibition summary model
  */
 public function upcoming($model)
 {
     global $logger;
     $logger->debug(get_class($this) . '::upcoming()');
     $model->setViewType('Upcoming');
     $this->summary($model);
 }