
Public Member Functions | |
| BitSticky ($pStickyId=NULL, $pContentId=NULL, $pNotatedContentId=NULL) | |
| expunge () | |
| load () | |
| store (&$pParamHash) | |
| verify (&$pParamHash) | |
Definition at line 31 of file BitSticky.php.
| BitSticky::BitSticky | ( | $ | pStickyId = NULL, |
|
| $ | pContentId = NULL, |
|||
| $ | pNotatedContentId = NULL | |||
| ) |
Definition at line 33 of file BitSticky.php.
References LibertyAttachable::LibertyAttachable(), mContentId, and LibertyContent::registerContentType().
Here is the call graph for this function:

| BitSticky::expunge | ( | ) |
Delete stickies object and related content record
Reimplemented from LibertyContent.
Definition at line 160 of file BitSticky.php.
References $query, $result, $ret, LibertyContent::expunge(), FALSE, LibertyContent::isValid(), mContentId, and mDb.
Here is the call graph for this function:

| BitSticky::load | ( | ) |
Load a sticky object identified by mStickyId, $this->mNotatedContentId or mContentId in that order
Populates the mInfo array with the following fields
sticky_id notated_content_id parsed
Definition at line 60 of file BitSticky.php.
References $gBitUser, $query, $result, LibertyContent::load(), mContentId, mDb, mInfo, mUserId, LibertyContent::parseData(), and BitBase::verifyId().
Here is the call graph for this function:

| BitSticky::store | ( | &$ | pParamHash | ) |
Create a new stickies object or update an existing one
| array | Array of content data to be stored (see verify for details) |
Reimplemented from LibertyContent.
Definition at line 131 of file BitSticky.php.
References $pParamHash, $result, mDb, LibertyContent::store(), verify(), and BitBase::verifyId().
Here is the call graph for this function:

| BitSticky::verify | ( | &$ | pParamHash | ) |
Verify the core class data required to update the liberty_content table entries
| array | Array of content data to be stored pParamHash Array (See LibertyContent::verify for details of the core fields - which appends a [content_store] array with all the values for liberty_content) |
Reimplemented from LibertyContent.
Definition at line 106 of file BitSticky.php.
References $gBitUser, $pParamHash, $query, mDb, mUserId, and BitBase::verifyId().
Referenced by store().
Here is the call graph for this function:

1.5.2