Cheetah
|
Public Member Functions | |
__construct (&$oModule) | |
check ($sAction, $iObjectId, $iViewerId=0) | |
![]() | |
__construct ($sTable='', $sFieldId='', $sFieldOwnerId='') | |
getGroupChooser ($iOwnerId, $sModuleUri, $sActionName, $aDynamicGroups=array(), $sTitle="") | |
getFieldAction ($sAction) | |
isDynamicGroupMember ($mixedGroupId, $iObjectOwnerId, $iViewerId, $iObjectId) | |
Additional Inherited Members | |
![]() | |
static | isPrivacyPage () |
![]() | |
$_oDb | |
Definition at line 10 of file ChSimpleMessengerPrivacy.php.
ChSimpleMessengerPrivacy::__construct | ( | & | $oModule | ) |
Constructor
Definition at line 15 of file ChSimpleMessengerPrivacy.php.
ChSimpleMessengerPrivacy::check | ( | $sAction, | |
$iObjectId, | |||
$iViewerId = 0 |
|||
) |
Check whether the viewer can make requested action.
string | $sAction | action name from 'sys_priacy_actions' table. |
integer | $iObjectId | object ID the action to be performed with. |
integer | $iViewerId | viewer ID. |
Reimplemented from ChWsbPrivacy.
Definition at line 28 of file ChSimpleMessengerPrivacy.php.