|
|
const | LOG_PASSTHROUGH_TICKET_FEATURE = 'logPssTckt' |
| |
|
const | LOG_TICKET_CHECK_FEATURE = 'logTcktChk' |
| |
|
const | LOGIN_PROCESS = 'LOGIN' |
| |
|
const | MIR_HANDLER = 'mirHandler' |
| |
Class to apply the credit union code to a feature gate
Definition at line 9 of file CreditUnionGate.i.
◆ DeterminePass()
| CreditUnionGate::DeterminePass |
( |
String |
$creditUnion, |
|
|
array |
$params = null |
|
) |
| |
|
protected |
Check the credit union code to allow through gate.
$params can be "username" (the username to test)
- Parameters
-
| String | $creditUnion | Credit union to check the gate for |
| array | $params | Extra params for the gate check |
- Returns
- bool
Definition at line 25 of file CreditUnionGate.i.
30 if ( is_array($params) && array_key_exists(
"username", $params) ) {
35 if ( is_array($featureParams) && array_key_exists(
"usernames", $featureParams) ) {
36 if ( count( $featureParams[
"usernames"] ) > 0 ) {
41 for ( $i = 0; $i < count( $featureParams[
"usernames"] ); $i++ ) {
42 if ( strcasecmp($params[
"username"], $featureParams[
"usernames"][$i]) == 0 ) {
GetFeatureParams(String $creditUnion)
DetermineCreditUnionPass(String $creditUnion)
The documentation for this class was generated from the following file: