Esempio n. 1
0
 /**
  * Get the id of the menu item
  *
  * @return int The menu item id
  *
  * @since 2.0
  */
 public function getID()
 {
     return $this->_id ? $this->_id : parent::getId();
 }