Ejemplo n.º 1
0
 /**
  * Method to get the nr of favourites of an user
  *
  * @access	public
  * @return	integer on success
  * @since	1.0
  */
 function getFavoured()
 {
     return flexicontent_db::getFavoured($type = 1, $this->_id, JFactory::getUser()->id);
 }