Method |
Description |
|
AddSubscriberToPublication ( integer $p_subscriptionId, integer $p_publicationId, integer $p_languageId, array $p_values = null ) : boolean |
|
|
GetNumSections ( integer $p_subscriptionId, integer $p_sectionId = null, integer $p_languageId = null ) : integer |
Return the number of sections matching the search criteria. |
|
GetSubscriptionSections ( integer $p_subscriptionId, integer $p_sectionId = null, integer $p_languageId = null ) : array |
Return an array of SubscriptionSection objects matching the
search criteria. |
|
SubscriptionSection ( integer $p_subscriptionId = null, integer $p_sectionNumber = null, integer $p_languageId = null ) : SubscriptionSection |
Subscribers can be subscribed to individual sections of a publication. |
|
getDays ( ) : integer |
The length of the subscription in days. |
|
getExpirationDate ( ) |
fn getStartDate |
|
getLanguageId ( ) : integer |
|
|
getPaidDays ( ) : integer |
|
|
getSectionNumber ( ) : integer |
|
|
getStartDate ( ) : string |
Return the starting date in the form YYYY-MM-DD. |
|
getSubscriptionId ( ) : integer |
|
|
noticeSent ( ) : boolean |
|
|
setDays ( integer $p_value ) : boolean |
Set length of the subscription in days. |
|
setPaidDays ( integer $p_value ) : boolean |
|
|
setStartDate ( string $p_value ) : boolean |
Set the start date, must be in the form YYYY-MM-DD. |
|