Beispiel #1
0
 /**
  * Pushes the default Model to the View
  *
  * @param   Model $model The model to push
  */
 public function setDefaultModel(Model &$model)
 {
     $name = $model->getName();
     $this->setDefaultModelName($name);
     $this->setModel($this->defaultModel, $model);
 }