PHP Class MetaSubscription

Inheritance: extends MetaDbObject
Datei anzeigen Open project: sourcefabric/newscoop Class Usage Examples

Public Methods

Method Description
__construct ( $p_subscriptionId = null )
has_article ( $articleNumber )
has_issue ( $issueNumber )
has_section ( $p_sectionNumber )

Protected Methods

Method Description
getExpirationDate ( )
getPublication ( )
getStartDate ( )
getType ( ) fn __construct
isActive ( )
isValid ( )

Method Details

__construct() public method

public __construct ( $p_subscriptionId = null )

getExpirationDate() protected method

protected getExpirationDate ( )

getPublication() protected method

protected getPublication ( )

getStartDate() protected method

protected getStartDate ( )

getType() protected method

fn __construct
protected getType ( )

has_article() public method

public has_article ( $articleNumber )

has_issue() public method

public has_issue ( $issueNumber )

has_section() public method

public has_section ( $p_sectionNumber )

isActive() protected method

protected isActive ( )

isValid() protected method

protected isValid ( )