CForumSubscribe::GetListEx
CDBResult CForumSubscribe::GetListEx( array arOrder = array("ID"=>"ASC"), array arFilter = array() );
The method GetListEx returns an optionally sorted and filtered list of subscriptions. Each entry in the list has an e-mail of a subscribed user.
Parameters
Parameter | Description |
---|---|
arOrder |
An array in the format Array(by1=>order1[, by2=>order2 [, ..]]),
where:
|
arFilter |
An array in the format array("filter
field"=>"condition" [, ...]). The following keys are
possible:
|
Return Values
Returns an instance of the CDBResult class containing arrays with the following keys.
Key | Value |
---|---|
ID | The subscription ID |
USER_ID | The subscriber ID |
FORUM_ID | The forum ID |
TOPIC_ID | The topic ID |
LAST_SEND | The ID of the last sent message |
NEW_TOPIC_ONLY | Specifies that only new topics can be subscribed |
SITE_ID | The site ID whose messages are sent by subscription. |
START_DATE | The date of subscription |
Subscribed e-mail address. |
See Also
© «Bitrix24», 2001-2024