CoreAPI
[ class tree: CoreAPI ] [ index: CoreAPI ] [ all elements ]

Procedural File: rss_api.php

Source Location: /core/rss_api.php



Page Details:



Tags:

copyright:  Copyright (C) 2002 - 2010 MantisBT Team - mantisbt-dev@lists.sourceforge.net
copyright:  Copyright (C) 2000 - 2002 Kenzaburo Ito - kenito@300baud.org
link:  http://www.mantisbt.org








rss_calculate_key [line 32]

string rss_calculate_key( [int $p_user_id = null])

Calculates a key to be used for RSS authentication based on user name, cookie and password.

if the user changes his user name or password, then the key becomes invalid.




Parameters

int   $p_user_id  
[ Top ]



rss_get_issues_feed_url [line 86]

string rss_get_issues_feed_url( [int $p_project_id = null], [string $p_username = null], [int $p_filter_id = null], [bool $p_relative = true])

return rss issues feed url



Parameters

int   $p_project_id  
string   $p_username  
int   $p_filter_id  
bool   $p_relative  
[ Top ]



rss_get_news_feed_url [line 135]

string rss_get_news_feed_url( [int $p_project_id = null], [string $p_username = null], [bool $p_relative = true])

return rss news feed url



Parameters

int   $p_project_id  
string   $p_username  
bool   $p_relative  
[ Top ]



rss_login [line 55]

bool rss_login( string $p_username, string $p_key)

Given the user name and the rss key, this method attempts to login the user. If successful, it return true, otherwise, returns false.



Parameters

string   $p_username  
string   $p_key  
[ Top ]



Documentation generated on Sun, 12 Dec 2010 23:50:49 +0900 by phpDocumentor 1.4.3
inserted by FC2 system