Beispiel #1
0
 /** {@inheritDoc} */
 public function clearCache()
 {
     $clear = parent::clearCache();
     /* @var msCategory $category */
     if ($category = $this->object->getOne('Category')) {
         $category->clearCache();
     }
     return $clear;
 }