Class: iHRIS Module SelfService (4.1.4)
This article describes the class iHRIS_Module_SelfService .
- Extends the class: I2CE_Module.
- Location: Part of the module SelfService in the package iHRIS Common 4.1.4-release
- Source: Defined in the file modules/Person/modules/SelfService/lib/iHRIS_Module_SelfService.php on line 33
- Author: Carl Leitner <litlfred@ibiblio.org>
- Since: v4.0.7
@filesource Class iHRIS_Module_SelfService
Methods
action_user_map()
- Defined in common/modules/Person/modules/SelfService/lib/iHRIS_Module_SelfService.php on line 144
- Signature: public function action_user_map($obj)
- Parameters:
- $obj
canSelfRegister()
- Defined in common/modules/Person/modules/SelfService/lib/iHRIS_Module_SelfService.php on line 36
- Signature: public function canSelfRegister()
canViewReport()
Checks to see if we can view the report for the self serice module
- Defined in common/modules/Person/modules/SelfService/lib/iHRIS_Module_SelfService.php on line 68
- Signature: public function canViewReport($report)
- Parameters:
- string $report
- Returns: boolan
getMethods()
- Defined in common/modules/Person/modules/SelfService/lib/iHRIS_Module_SelfService.php on line 152
- Signature: static public function getMethods()
getUserDetailsInPerson()
Get the fields in the user form that can be read from the person form
- Defined in common/modules/Person/modules/SelfService/lib/iHRIS_Module_SelfService.php on line 85
- Signature: static public function getUserDetailsInPerson()
- Returns: array
of string
hasPermission_userSatisfies()
- Defined in common/modules/Person/modules/SelfService/lib/iHRIS_Module_SelfService.php on line 163
- Signature: public function hasPermission_userSatisfies($node,$args)
- Parameters:
- $node
- $args
hasReport()
- Defined in common/modules/Person/modules/SelfService/lib/iHRIS_Module_SelfService.php on line 55
- Signature: static public function hasReport($report)
- Parameters:
- $report
linkToPersonRecord()
Template function to see if the user is mapped to a personnel record and if so replace the node with the given link
- Defined in common/modules/Person/modules/SelfService/lib/iHRIS_Module_SelfService.php on line 131
- Signature: public function linkToPersonRecord($node,$template,$link)
- Parameters:
- DOMNode $node
- I2CE_Template $template
- string $link
selfRegister()
- Defined in common/modules/Person/modules/SelfService/lib/iHRIS_Module_SelfService.php on line 40
- Signature: static public function selfRegister()
userHasRecord()
Function to see if the user is mapped to a personnel record
- Defined in common/modules/Person/modules/SelfService/lib/iHRIS_Module_SelfService.php on line 76
- Signature: public function userHasRecord()
userIsPerson()
Template function to see if the user is mapped to a personnel record and if so replace the node with the given link @param string $link
- Defined in common/modules/Person/modules/SelfService/lib/iHRIS_Module_SelfService.php on line 108
- Signature: public function userIsPerson($node,$template)
- Parameters:
- DOMNode $node
- I2CE_Template $template
Inherited Methods
__construct()
This public method is inherited from I2CE_Module->__construct()
action_configure()
This public method is inherited from I2CE_Module->action_configure()
action_disable()
This public method is inherited from I2CE_Module->action_disable()
action_enable()
This public method is inherited from I2CE_Module->action_enable()
action_initialize()
This public method is inherited from I2CE_Module->action_initialize()
getCLIHooks()
This public method is inherited from I2CE_Module->getCLIHooks()
getCLIMethods()
This public method is inherited from I2CE_Module->getCLIMethods()
getConfig()
This public method is inherited from I2CE_Module->getConfig()
getHooks()
This public method is inherited from I2CE_Module->getHooks()
post_update()
This public method is inherited from I2CE_Module->post_update()
pre_upgrade()
This public method is inherited from I2CE_Module->pre_upgrade()
upgrade()
This public method is inherited from I2CE_Module->upgrade()
_hasMethod()
This public method is inherited from I2CE_Fuzzy->_hasMethod()
Inherited Fuzzy Methods
launchBackgroundProcess()
This method is inherited from I2CE_Module->launchBackgroundProcess()
launchBackgroundPHPScript()
This method is inherited from I2CE_Module->launchBackgroundPHPScript()
launchBackgroundPage()
This method is inherited from I2CE_Module->launchBackgroundPage()
userMessage()
This method is inherited from I2CE_Fuzzy->userMessage()