*/
_react: function(reactionTypeId) {
this._options.parameters.reactionTypeID = reactionTypeId;
- this._options.parameters.data.containerID = this._currentReactionTypeId;
this._options.parameters.data.objectID = this._popoverCurrentObjectId;
this._options.parameters.data.objectType = this._objectType;
throw new IllegalLinkException();
}
- $this->readString('containerID', false, 'data');
$this->readInteger('objectID', false, 'data');
$this->readString('objectType', false, 'data');
'objectID' => $this->likeableObject->getObjectID(),
'objectType' => $this->parameters['data']['objectType'],
'reactionTypeID' => $reactionData['reactionTypeID'],
- 'containerID' => $this->parameters['data']['containerID'],
'reputationCount' => $reactionData['cumulativeLikes']
];
}