|
| getFullData ($a=array()) |
|
| setVal ($sKey, $vVal) |
|
| setValuesByObject (\stdClass $o) |
|
| getConfig () |
|
| getOwnerID () |
|
| getOwner () |
|
| getOwnerName () |
|
| getOwnerRealName () |
|
| getTimestampTouched () |
|
| getTimestampCreated () |
|
| getHeaderMessageKey () |
|
| getHeader ($oMsg=null) |
|
| save (\User $oUser=null, $aOptions=array()) |
|
| delete (\User $oUser=null, $aOptions=array()) |
|
| deleteChildren (\User $oUser) |
|
| getFullData ($a=array()) |
|
| getChildren ($aOptions=array(), $aFilters=array(), $bForceReload=false, $bCheckPermission=true) |
|
| getAttachments ($bForceInvalidateFirst=false) |
|
| hasParent () |
|
| getParent () |
|
| getParentID () |
|
| setParentID ($iID) |
|
| setValuesByObject (\stdClass $o) |
|
| render ($sType= 'Default', $bNoCache=false) |
|
| getOutput () |
|
| getRelatedTitle () |
|
| getVarMessage ($sVarName) |
|
| userCan ($sAction= 'read',\User $oUser=null) |
|
| getActions (array $aActions=[],\User $oUser=null) |
|
| invalidateCache () |
|
| getConfig () |
|
| getTitle () |
|
| getTimestampTouched () |
|
| getTimestampCreated () |
|
| save (\User $oUser=null, $aOptions=[]) |
|
| delete (\User $oUser=null, $aOptions=[]) |
|
| getFullData ($aData=array()) |
|
| exists () |
|
| isArchived () |
|
| hasUnsavedChanges () |
|
| getID () |
|
| getOwnerID () |
|
| getType () |
|
| setUnsavedChanges ($bStatus=true) |
|
| setOwnerID ($iOwnerID) |
|
| toJson () |
|
| jsonSerialize () |
|
| setValuesByObject (\stdClass $oData) |
|
| userIsOwner (\User $oUser) |
|
| invalidateCache () |
|
|
| $sType = 'keyval' |
|
| $aKeys = array() |
|
| $aChildren = null |
|
| $oOutput = null |
|
| $iParentID = 0 |
|
| $entityFactory = null |
|
| $bUnsavedChanges = true |
|
| $oConfig = null |
|
| $iID = 0 |
|
| $iOwnerID = 0 |
|
| $sType = '' |
|
| $bArchived = false |
|
|
static | newFromFactory (\stdClass $data, EntityConfig $oConfig, EntityFactory $entityFactory) |
|
static | newFromContent (EntityContent $sContent) |
|
static | newFromObject ($oObject) |
|
static | getTitleFor ($iID) |
|
static | newFromID ($iID, $bForceReload=false) |
|
static | newFromTitle (\Title $oTitle, $bForceReload=false) |
|
const | NS = NS_BSSOCIAL |
|
const | NS = -1 |
|
const | ATTR_TYPE = 'type' |
|
const | ATTR_ID = 'id' |
|
const | ATTR_OWNER_ID = 'ownerid' |
|
const | ATTR_ARCHIVED = 'archived' |
|
const | ATTR_PARENT_ID = 'parentid' |
|
const | ATTR_TIMESTAMP_CREATED = 'timestampcreated' |
|
const | ATTR_TIMESTAMP_TOUCHED = 'timestamptouched' |
|
BlueSpice\Social\Entity\KeyVal::getFullData |
( |
|
$a = array() | ) |
|
Gets the KeyVal attributes formated for the api
- Returns
- object
BlueSpice\Social\Entity\KeyVal::setVal |
( |
|
$sKey, |
|
|
|
$vVal |
|
) |
| |
Returns the value for the given key
- Returns
- value or false
The documentation for this class was generated from the following file:
- /home/hwfunc/workspace/leonid/BlueSpiceDoc-composer/mediawiki-master/extensions/BlueSpiceSocial/BSSocial/src/Entity/KeyVal.php