PHP Class SubscriptionDefaultTime

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

Public Properties

Property Type Description
$m_columnNames
$m_dbTableName
$m_keyColumnNames

Public Methods

Method Description
GetSubscriptionDefaultTimes ( $p_countryCode = null, $p_publicationId = null ) fn setPaidTime
SubscriptionDefaultTime ( $p_countryCode = null, $p_publicationId = null )
create ( array $p_values = null ) : boolean
getCountryCode ( ) : string
getPaidTime ( ) : integer
getPublicationId ( ) : integer
getTrialTime ( ) : integer
setPaidTime ( integer $p_value )
setTrialTime ( integer $p_value )

Method Details

GetSubscriptionDefaultTimes() public static method

fn setPaidTime
public static GetSubscriptionDefaultTimes ( $p_countryCode = null, $p_publicationId = null )

SubscriptionDefaultTime() public method

public SubscriptionDefaultTime ( $p_countryCode = null, $p_publicationId = null )

create() public method

public create ( array $p_values = null ) : boolean
$p_values array
return boolean

getCountryCode() public method

public getCountryCode ( ) : string
return string

getPaidTime() public method

public getPaidTime ( ) : integer
return integer

getPublicationId() public method

public getPublicationId ( ) : integer
return integer

getTrialTime() public method

public getTrialTime ( ) : integer
return integer

setPaidTime() public method

public setPaidTime ( integer $p_value )
$p_value integer

setTrialTime() public method

public setTrialTime ( integer $p_value )
$p_value integer

Property Details

$m_columnNames public_oe property

public $m_columnNames

$m_dbTableName public_oe property

public $m_dbTableName

$m_keyColumnNames public_oe property

public $m_keyColumnNames