Cheetah
|
Public Member Functions | |
__construct (&$oModule) | |
isDynamicGroupMember ($mixedGroupId, $iObjectOwnerId, $iViewerId, $iObjectId) | |
![]() | |
__construct ($sTable='', $sFieldId='', $sFieldOwnerId='') | |
getGroupChooser ($iOwnerId, $sModuleUri, $sActionName, $aDynamicGroups=array(), $sTitle="") | |
check ($sAction, $iObjectId, $iViewerId=0) | |
getFieldAction ($sAction) | |
Public Attributes | |
$oModule | |
![]() | |
$_oDb | |
Additional Inherited Members | |
![]() | |
static | isPrivacyPage () |
Definition at line 10 of file ChStorePrivacyProduct.php.
ChStorePrivacyProduct::__construct | ( | & | $oModule | ) |
Constructor
Definition at line 17 of file ChStorePrivacyProduct.php.
ChStorePrivacyProduct::isDynamicGroupMember | ( | $mixedGroupId, | |
$iObjectOwnerId, | |||
$iViewerId, | |||
$iObjectId | |||
) |
Check whethere viewer is a member of dynamic group.
mixed | $mixedGroupId | dynamic group ID. |
integer | $iObjectOwnerId | object owner ID. |
integer | $iViewerId | viewer ID. |
Reimplemented from ChWsbPrivacy.
Definition at line 31 of file ChStorePrivacyProduct.php.
ChStorePrivacyProduct::$oModule |
Definition at line 12 of file ChStorePrivacyProduct.php.