silverorange Code


Site.SiteAdReferrer
/Site/dataobjects/SiteAdReferrer.php at line 14

Class SiteAdReferrer

SwatObject
└─SwatDBDataObject
└─SiteAdReferrer

public class SiteAdReferrer
extends SwatDBDataObject

Tracked inbound ad referrer

Copyright:
2007 silverorange
License:
http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
See Also:
SiteAd

Field Summary
SwatDate

$createdate

The date this referral occurred.

string

$http_referer

The HTTP referer of this referral.

integer

$id

Unique identifier for this ad referrer.

Fields inherited from SwatDB.SwatDBDataObject
class_map, db, id_field, read_only, table
Method Summary
protected void

init()

Methods inherited from SwatDB.SwatDBDataObject
checkDB, delete, deleteInternal, duplicate, generatePropertyHashes, getId, getInternalValue, getLoaderMethod, getModifiedProperties, getProperties, getPublicProperties, getSerializablePrivateProperties, getSerializableSubDataObjects, getSubDataObject, getUsingInternalProperty, getUsingLoaderMethod, guessType, hasInternalValue, hasSubDataObject, init, initFromRow, isModified, load, loadInternal, registerDateProperty, registerInternalProperty, save, saveInternal, saveInternalProperties, saveNewBinding, saveSubDataObjects, serialize, setDatabase, setInternalValue, setSubDataObject, setTable, unserialize, unsetSubDataObject, wakeup

Field Detail

/Site/dataobjects/SiteAdReferrer.php at line 30

createdate

public SwatDate $createdate

The date this referral occurred


/Site/dataobjects/SiteAdReferrer.php at line 39

http_referer

public string $http_referer

The HTTP referer of this referral

May not exist if there was no HTTP referer.


/Site/dataobjects/SiteAdReferrer.php at line 23

id

public integer $id

Unique identifier for this ad referrer


Method Detail

/Site/dataobjects/SiteAdReferrer.php at line 44

init

protected void init()

silverorange Code