Beispiel #1
0
 public function flushCache()
 {
     if ($this->menuLinkID) {
         $menuLink = new MenuLink($this->menuLinkID);
         $menuLink->setElement('Page', $this);
         $menuLink->flushCache();
     }
 }