Метод |
Описание |
|
__construct ( ) |
|
|
getDateEnd ( ) : date |
Get subscription end date. |
|
getDateStart ( ) : date |
Get subscription start date. |
|
getJournalId ( ) : integer |
Get the journal ID of the subscription. |
|
getMembership ( ) : string |
Get subscription membership. |
|
getNotes ( ) : string |
Get subscription notes. |
|
getReferenceNumber ( ) : string |
Get subscription reference number. |
|
getStatus ( ) : integer |
Get subscription status. |
|
getStatusString ( ) : integer |
Get subscription status string. |
|
getSubscriptionTypeInstitutional ( ) : string |
Get the subscription type institutional flag for the subscription. |
|
getSubscriptionTypeName ( ) : string |
Get the subscription type name of the subscription. |
|
getSubscriptionTypeSummaryString ( ) : string |
Get the subscription type name of the subscription. |
|
getTypeId ( ) : integer |
Get the subscription type ID of the subscription. |
|
getUserEmail ( ) : string |
Get the user's email of the subscription. |
|
getUserFullName ( ) : string |
Get the user's full name of the subscription. |
|
getUserId ( ) : integer |
Get the user ID of the subscription. |
|
isExpired ( ) |
Check whether subscription is expired |
|
isNonExpiring ( ) : boolean |
Check whether the subscription type is non-expiring for the subscription. |
|
isValid ( $check = SUBSCRIPTION_DATE_BOTH, $checkDate = null ) |
Check whether subscription is valid |
|
setDateEnd ( $dateEnd ) |
Set subscription end date. |
|
setDateStart ( $dateStart ) |
Set subscription start date. |
|
setJournalId ( $journalId ) |
Set the journal ID of the subscription. |
|
setMembership ( $membership ) |
Set subscription membership. |
|
setNotes ( $notes ) |
Set subscription notes. |
|
setReferenceNumber ( $referenceNumber ) |
Set subscription reference number. |
|
setStatus ( $status ) |
Set subscription status. |
|
setTypeId ( $typeId ) |
Set the subscription type ID of the subscription. |
|
setUserId ( $userId ) |
Set the user ID of the subscription. |
|