Class SetCookieModule

Module
   |
   +----SetCookieModule

Located in File: Program_Root/setcookie.mod.php




Class Variable Summary
$name
Name of this module
Default Value: ->"SetCookieModule"<-
$id
ID of this module
Default Value: ->MOD_SETCOOKIE<-
$execlevel
Execution level of this module
Default Value: ->13<-
$cookiefields
Fields to store information for
Default Value: ->array()<-

Method Summary
SetCookieModule ( )
Constructor
before_action ( )
Before action
do_action ( )
Do action
after_action ( )
After action

Variable Detail

$name

Name of this module


$id

ID of this module


$execlevel

Execution level of this module


$cookiefields

Fields to store information for



Function Detail

SetCookieModule

SetCookieModule ( )

Constructor
 Set options and call the superConstructor

Function Parameters:
Function Info:

before_action

before_action ( )

Before action
 Check options and create array of fields to be stored

Function Parameters:
Function Info:

do_action

do_action ( )

Do action
 Set cookies for the fields defined

Function Parameters:
Function Info:

after_action

after_action ( )

After action
 Cleanup

Function Parameters:
Function Info: