Example #1
0
 /**
  * Zählt die Module an der gegebenen Position.
  * @param  string  $position Modul-Position
  * @return integer           Anzahl der Module. Falls die Position nicht existiert, wird 0 zurück gegeben.
  */
 public function countModules($position)
 {
     return $this->controller->countModules($position);
 }