Public Member Functions |
|
__construct ($sendrecvrestrictionsObj, $parent) | |
__get ($varName) | |
__set ($varName, $varValue) | |
addRecvPolicyException ($string) | |
addSendPolicyException ($string) | |
getSendRecvRestrictionsObj () | |
getSessionObj () | |
listRecvPolicyExceptions () | |
listSendPolicyExceptions () | |
removeRecvPolicyException ($string) | |
removeSendPolicyException ($string) | |
save () |
Member Function Documentation
SendRecvRestrictions::__get | ( | $ | varName | ) |
Get member.
member |
description |
---|---|
enableSendRestrictions |
enable/disable sending restrictions |
sendPolicy |
values: 1 - accept | 0 - reject |
enableRecvRestrictions |
enable/disable receiving restrictions |
recvPolicy |
values: 1 - accept | 0 - reject |
SendRecvRestrictions::__set | ( | $ | varName, | |
$ | varValue | |||
) |
Set member.
member |
description |
---|---|
enableSendRestrictions |
enable/disable sending restrictions |
sendPolicy |
values: 1 - accept | 0 - reject |
enableRecvRestrictions |
enable/disable receiving restrictions |
recvPolicy |
values: 1 - accept | 0 - reject |
SendRecvRestrictions::addRecvPolicyException | ( | $ | string | ) |
adds receive policy exceptions
- Returns:
- bool
- Parameters:
-
$string string the receive policy exception string
SendRecvRestrictions::addSendPolicyException | ( | $ | string | ) |
adds send policy exceptions
- Returns:
- bool
- Parameters:
-
$string string the send policy exception string
SendRecvRestrictions::listRecvPolicyExceptions | ( | ) |
list receiving policy exceptions
- Returns:
- array
SendRecvRestrictions::listSendPolicyExceptions | ( | ) |
list send policy exceptions
- Returns:
- array
SendRecvRestrictions::removeRecvPolicyException | ( | $ | string | ) |
removes receive policy exceptions
- Returns:
- bool
- Parameters:
-
$string string the receive policy exception string
SendRecvRestrictions::removeSendPolicyException | ( | $ | string | ) |
removes send policy exceptions
- Returns:
- bool
- Parameters:
-
$string string the send policy exception string
SendRecvRestrictions::save | ( | ) |
this method must be called if one of the members has been changed
- Returns:
- bool