|
Cheetah
|
Public Member Functions | |
| __construct (&$oModule) | |
| isDynamicGroupMember ($mixedGroupId, $iObjectOwnerId, $iViewerId, $iObjectId) | |
Public Member Functions inherited from ChWsbPrivacy | |
| __construct ($sTable='', $sFieldId='', $sFieldOwnerId='') | |
| getGroupChooser ($iOwnerId, $sModuleUri, $sActionName, $aDynamicGroups=array(), $sTitle="") | |
| check ($sAction, $iObjectId, $iViewerId=0) | |
| getFieldAction ($sAction) | |
Public Attributes | |
| $oModule | |
Public Attributes inherited from ChWsbPrivacy | |
| $_oDb | |
Additional Inherited Members | |
Static Public Member Functions inherited from ChWsbPrivacy | |
| 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.