Beispiel #1
0
 public function addCrumb($name, $link = null, $options = null)
 {
     parent::addCrumb($name, $link, $options);
     return $this;
 }