/**
  * Method to get the nr of favourites of anitem
  *
  * @access	public
  * @return	integer on success
  * @since	1.0
  */
 function getFavourites()
 {
     return flexicontent_db::getFavourites($type = 1, $this->_id);
 }