예제 #1
0
 public function BackendName()
 {
     $result = 'navigation';
     if (!$this->content) {
         return $result;
     }
     $navi = ContentNavigation::Schema()->ByContent($this->content);
     return $result . ' ' . $navi->GetName();
 }
예제 #2
0
 protected function ElementSchema()
 {
     return ContentNavigation::Schema();
 }