Class: I2CE ModuleFactory (4.1.4): Difference between revisions

From IHRIS Wiki
(Created page with "{{otherversions|Class: I2CE_ModuleFactory}} This article describes the class ''I2CE_ModuleFactory'' . *Location: Part of the module I2CE in the ...")
 
No edit summary
 
Line 22: Line 22:
===$loadedPaths===
===$loadedPaths===
protected @var loadedPaths -- an array of the paths that have been loaded
protected @var loadedPaths -- an array of the paths that have been loaded
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L261 i2ce/lib/I2CE_ModuleFactory.php] on line 261
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L260 i2ce/lib/I2CE_ModuleFactory.php] on line 260
*Type: protected $loadedPaths
*Type: protected $loadedPaths


Line 32: Line 32:
===_callHooks()===
===_callHooks()===
Method to actually call the hooks
Method to actually call the hooks
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L735 i2ce/lib/I2CE_ModuleFactory.php] on line 735
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L734 i2ce/lib/I2CE_ModuleFactory.php] on line 734
*Signature: protected function _callHooks($hook,$arg)
*Signature: protected function _callHooks($hook,$arg)
*Parameters:
*Parameters:
Line 39: Line 39:
===callHooks()===
===callHooks()===
Calls the specified  module hooks with the specifed arguements
Calls the specified  module hooks with the specifed arguements
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L727 i2ce/lib/I2CE_ModuleFactory.php] on line 727
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L726 i2ce/lib/I2CE_ModuleFactory.php] on line 726
*Signature: static public function callHooks($hook,$arg)
*Signature: static public function callHooks($hook,$arg)
*Parameters:
*Parameters:
Line 48: Line 48:
===checkForNewModules()===
===checkForNewModules()===
Finds newly available configuration files and stores them in the magic data.
Finds newly available configuration files and stores them in the magic data.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L804 i2ce/lib/I2CE_ModuleFactory.php] on line 804
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L803 i2ce/lib/I2CE_ModuleFactory.php] on line 803
*Signature: public function checkForNewModules($modules)
*Signature: public function checkForNewModules($modules)
*Parameters:
*Parameters:
Line 56: Line 56:
===checkLocalesUptoDate()===
===checkLocalesUptoDate()===
Checks to see if the locales for a given module are up to date
Checks to see if the locales for a given module are up to date
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L1014 i2ce/lib/I2CE_ModuleFactory.php] on line 1014
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L1013 i2ce/lib/I2CE_ModuleFactory.php] on line 1013
*Signature: public function checkLocalesUptoDate($shortname,$file)
*Signature: public function checkLocalesUptoDate($shortname,$file)
*Parameters:
*Parameters:
Line 65: Line 65:
===disable()===
===disable()===
Disable a module by its shortname.  Not intended for casul use. WARNING -- does not remove any modules that this module depends on!!! @param string $shortname
Disable a module by its shortname.  Not intended for casul use. WARNING -- does not remove any modules that this module depends on!!! @param string $shortname
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L565 i2ce/lib/I2CE_ModuleFactory.php] on line 565
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L564 i2ce/lib/I2CE_ModuleFactory.php] on line 564
*Signature: public function disable($shortnames)
*Signature: public function disable($shortnames)
*Parameters:
*Parameters:
Line 71: Line 71:
===enable()===
===enable()===
Enable a module by its shortname.  Takes care of loading paths etc. WARNING -- does not check to see if there are conflicts with enabled modules @param string $shortname
Enable a module by its shortname.  Takes care of loading paths etc. WARNING -- does not check to see if there are conflicts with enabled modules @param string $shortname
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L600 i2ce/lib/I2CE_ModuleFactory.php] on line 600
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L599 i2ce/lib/I2CE_ModuleFactory.php] on line 599
*Signature: public function enable($shortnames)
*Signature: public function enable($shortnames)
*Parameters:
*Parameters:
Line 77: Line 77:
===exists()===
===exists()===
Check to see if this module exists
Check to see if this module exists
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L1188 i2ce/lib/I2CE_ModuleFactory.php] on line 1188
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L1187 i2ce/lib/I2CE_ModuleFactory.php] on line 1187
*Signature: public function exists($shortname)
*Signature: public function exists($shortname)
*Parameters:
*Parameters:
Line 84: Line 84:
===getAvailable()===
===getAvailable()===
Gets a list of the available modules
Gets a list of the available modules
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L1157 i2ce/lib/I2CE_ModuleFactory.php] on line 1157
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L1156 i2ce/lib/I2CE_ModuleFactory.php] on line 1156
*Signature: public function getAvailable()
*Signature: public function getAvailable()
*Returns: [http://www.php.net/manual/en/language.types.array.php array ]<br/>of string (the modules' shortnames)
*Returns: [http://www.php.net/manual/en/language.types.array.php array ]<br/>of string (the modules' shortnames)
===getClass()===
===getClass()===
Gets the I2CE_Module object, if any, associated to this module.
Gets the I2CE_Module object, if any, associated to this module.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L284 i2ce/lib/I2CE_ModuleFactory.php] on line 284
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L283 i2ce/lib/I2CE_ModuleFactory.php] on line 283
*Signature: public function getClass($shortname)
*Signature: public function getClass($shortname)
*Parameters:
*Parameters:
Line 96: Line 96:
===getClassName()===
===getClassName()===
Gets the class name of the I2CE_Module object, if any, associated to this module.
Gets the class name of the I2CE_Module object, if any, associated to this module.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L266 i2ce/lib/I2CE_ModuleFactory.php] on line 266
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L265 i2ce/lib/I2CE_ModuleFactory.php] on line 265
*Signature: public function getClassName($shortname)
*Signature: public function getClassName($shortname)
*Parameters:
*Parameters:
Line 103: Line 103:
===getEnabled()===
===getEnabled()===
Gets a list of the enabled modules
Gets a list of the enabled modules
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L1145 i2ce/lib/I2CE_ModuleFactory.php] on line 1145
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L1144 i2ce/lib/I2CE_ModuleFactory.php] on line 1144
*Signature: public function getEnabled()
*Signature: public function getEnabled()
*Returns: [http://www.php.net/manual/en/language.types.array.php array ]<br/>of string (the modules' shortnames)
*Returns: [http://www.php.net/manual/en/language.types.array.php array ]<br/>of string (the modules' shortnames)
===getHooks()===
===getHooks()===
Get the (callable) hooked methods associated to a hook.
Get the (callable) hooked methods associated to a hook.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L759 i2ce/lib/I2CE_ModuleFactory.php] on line 759
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L758 i2ce/lib/I2CE_ModuleFactory.php] on line 758
*Signature: public function getHooks($hook,$only_enabled)
*Signature: public function getHooks($hook,$only_enabled)
*Parameters:
*Parameters:
Line 117: Line 117:
===getMethod()===
===getMethod()===
Get the data for the fuzzy method
Get the data for the fuzzy method
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L668 i2ce/lib/I2CE_ModuleFactory.php] on line 668
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L667 i2ce/lib/I2CE_ModuleFactory.php] on line 667
*Signature: public function getMethod($className,$method)
*Signature: public function getMethod($className,$method)
*Parameters:
*Parameters:
Line 125: Line 125:
===getMethods()===
===getMethods()===
Gets the fuzzy methods associated to the class
Gets the fuzzy methods associated to the class
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L648 i2ce/lib/I2CE_ModuleFactory.php] on line 648
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L647 i2ce/lib/I2CE_ModuleFactory.php] on line 647
*Signature: public function getMethods($className,$check_parent_class)
*Signature: public function getMethods($className,$check_parent_class)
*Parameters:
*Parameters:
Line 134: Line 134:
===getOutOfDateConfigFiles()===
===getOutOfDateConfigFiles()===
Checks the registered config files {@see addConfigFile() } to make sure that they have been initialized.  If the modified time is more recent than the last access time, then it will re-initialize the files.  It also checks all loaded config files for enabled modules/components to make sure that they are up-to-date in a simmiar way. @param mixed $module.  A string or an arry of string  of the modules to check.  Othwerwise we check all enabled modules.
Checks the registered config files {@see addConfigFile() } to make sure that they have been initialized.  If the modified time is more recent than the last access time, then it will re-initialize the files.  It also checks all loaded config files for enabled modules/components to make sure that they are up-to-date in a simmiar way. @param mixed $module.  A string or an arry of string  of the modules to check.  Othwerwise we check all enabled modules.
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L829 i2ce/lib/I2CE_ModuleFactory.php] on line 829
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L828 i2ce/lib/I2CE_ModuleFactory.php] on line 828
*Signature: public function getOutOfDateConfigFiles($shortnames,$no_messages)
*Signature: public function getOutOfDateConfigFiles($shortnames,$no_messages)
*Parameters:
*Parameters:
Line 143: Line 143:
*Returns: [http://www.php.net/manual/en/language.types.array.php array ]<br/>with keys 'updates' and 'removals' and values arrays of string, the shortname of the relevant modules.
*Returns: [http://www.php.net/manual/en/language.types.array.php array ]<br/>with keys 'updates' and 'removals' and values arrays of string, the shortname of the relevant modules.
===hasConfigData()===
===hasConfigData()===
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L1131 i2ce/lib/I2CE_ModuleFactory.php] on line 1131
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L1130 i2ce/lib/I2CE_ModuleFactory.php] on line 1130
*Signature: public function hasConfigData($shortname)
*Signature: public function hasConfigData($shortname)
*Parameters:
*Parameters:
Line 154: Line 154:
===isAvailable()===
===isAvailable()===
Checks to see if a module is available
Checks to see if a module is available
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L1172 i2ce/lib/I2CE_ModuleFactory.php] on line 1172
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L1171 i2ce/lib/I2CE_ModuleFactory.php] on line 1171
*Signature: public function isAvailable($shortname)
*Signature: public function isAvailable($shortname)
*Parameters:
*Parameters:
Line 161: Line 161:
===isEnabled()===
===isEnabled()===
Checks to see if a module is enabled
Checks to see if a module is enabled
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L1096 i2ce/lib/I2CE_ModuleFactory.php] on line 1096
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L1095 i2ce/lib/I2CE_ModuleFactory.php] on line 1095
*Signature: public function isEnabled($shortname)
*Signature: public function isEnabled($shortname)
*Parameters:
*Parameters:
Line 168: Line 168:
===isInitialized()===
===isInitialized()===
Checks to see if a module is intialized.  Returns true either 1)  there is a class associated to the module and the aciton_initialize() method has been called succesfuuly 2)  there is no class associated with the module but the config data has been processed
Checks to see if a module is intialized.  Returns true either 1)  there is a class associated to the module and the aciton_initialize() method has been called succesfuuly 2)  there is no class associated with the module but the config data has been processed
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L1112 i2ce/lib/I2CE_ModuleFactory.php] on line 1112
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L1111 i2ce/lib/I2CE_ModuleFactory.php] on line 1111
*Signature: public function isInitialized($shortname)
*Signature: public function isInitialized($shortname)
*Parameters:
*Parameters:
Line 175: Line 175:
===isUpToDate()===
===isUpToDate()===
Checks to see if a module is up to date according to the given config file
Checks to see if a module is up to date according to the given config file
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L958 i2ce/lib/I2CE_ModuleFactory.php] on line 958
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L957 i2ce/lib/I2CE_ModuleFactory.php] on line 957
*Signature: public function isUpToDate($shortname,$file)
*Signature: public function isUpToDate($shortname,$file)
*Parameters:
*Parameters:
Line 184: Line 184:
===isUpToDateModule()===
===isUpToDateModule()===
Checks to see if a module is up to date according to its module file
Checks to see if a module is up to date according to its module file
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L923 i2ce/lib/I2CE_ModuleFactory.php] on line 923
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L922 i2ce/lib/I2CE_ModuleFactory.php] on line 922
*Signature: public function isUpToDateModule($shortname)
*Signature: public function isUpToDateModule($shortname)
*Parameters:
*Parameters:
Line 205: Line 205:
***Default Value: NULL
***Default Value: NULL
===removeClassPaths()===
===removeClassPaths()===
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L222 i2ce/lib/I2CE_ModuleFactory.php] on line 222
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L221 i2ce/lib/I2CE_ModuleFactory.php] on line 221
*Signature: public function removeClassPaths($shortnames)
*Signature: public function removeClassPaths($shortnames)
*Parameters:
*Parameters:
Line 212: Line 212:
===removeHooks()===
===removeHooks()===
Remove hooks associated to (a) module(s)
Remove hooks associated to (a) module(s)
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L490 i2ce/lib/I2CE_ModuleFactory.php] on line 490
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L489 i2ce/lib/I2CE_ModuleFactory.php] on line 489
*Signature: public function removeHooks($shortnames)
*Signature: public function removeHooks($shortnames)
*Parameters:
*Parameters:
Line 221: Line 221:
===setModuleClassHash()===
===setModuleClassHash()===
Sets the hashes for the class file for the given module(s)
Sets the hashes for the class file for the given module(s)
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L457 i2ce/lib/I2CE_ModuleFactory.php] on line 457
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L456 i2ce/lib/I2CE_ModuleFactory.php] on line 456
*Signature: public function setModuleClassHash($modules,$strict)
*Signature: public function setModuleClassHash($modules,$strict)
*Parameters:
*Parameters:
Line 232: Line 232:
===updateHooks()===
===updateHooks()===
Loads/updates the hooks associated with an enabled  module
Loads/updates the hooks associated with an enabled  module
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L309 i2ce/lib/I2CE_ModuleFactory.php] on line 309
*Defined in [http://bazaar.launchpad.net/~intrahealth+informatics/i2ce/4.1.4-release/annotate/head:/lib/I2CE_ModuleFactory.php#L308 i2ce/lib/I2CE_ModuleFactory.php] on line 308
*Signature: public function updateHooks($shortnames,$force,$checkAccessTime)
*Signature: public function updateHooks($shortnames,$force,$checkAccessTime)
*Parameters:
*Parameters:

Latest revision as of 10:38, 27 July 2012


This article describes the class I2CE_ModuleFactory .

Module Factory @todo Better Documentation

Variables

$instance

The singleton instance of this class.

$classCache

an array indexed by shortname of classes subclassing I2CE_Module

$path_categories

An array of path categories together with information if the priorities should be offeset from the postive or negative from 0. 1 indicates positive, -1 indicates negative. The more negative the quicker they get searched. If a category is not present, it defaults to -1.

$loadedPaths

protected @var loadedPaths -- an array of the paths that have been loaded

Methods

__construct()

Create a new instance of a report factory.

_callHooks()

Method to actually call the hooks

callHooks()

Calls the specified module hooks with the specifed arguements

  • Defined in i2ce/lib/I2CE_ModuleFactory.php on line 726
  • Signature: static public function callHooks($hook,$arg)
  • Parameters:
    • string $hook
      the name of a hook
    • mixed $arg
      The argument to pass to the methods. Defaults to null, meaning there is no argument.
      • Default Value: null
  • Returns: an
    array containing all the return values of each of the hooked methods.

checkForNewModules()

Finds newly available configuration files and stores them in the magic data.

  • Defined in i2ce/lib/I2CE_ModuleFactory.php on line 803
  • Signature: public function checkForNewModules($modules)
  • Parameters:
    • mixed $modules
      a string or array of strings: the shortnames of modules we wish to look for sub-modules. If null (default), we check all enabled modules.
      • Default Value: null
  • Returns: array
    of string the shortname of any modules we found (old and new)

checkLocalesUptoDate()

Checks to see if the locales for a given module are up to date

  • Defined in i2ce/lib/I2CE_ModuleFactory.php on line 1013
  • Signature: public function checkLocalesUptoDate($shortname,$file)
  • Parameters:
    • string $shortname
      The module
    • string $file
      defaults to null which means use the currently loaded file location for the config file
      • Default Value: null
  • Returns: booolean.
    True if all is up to date.

disable()

Disable a module by its shortname. Not intended for casul use. WARNING -- does not remove any modules that this module depends on!!! @param string $shortname

enable()

Enable a module by its shortname. Takes care of loading paths etc. WARNING -- does not check to see if there are conflicts with enabled modules @param string $shortname

exists()

Check to see if this module exists

getAvailable()

Gets a list of the available modules

getClass()

Gets the I2CE_Module object, if any, associated to this module.

  • Defined in i2ce/lib/I2CE_ModuleFactory.php on line 283
  • Signature: public function getClass($shortname)
  • Parameters:
    • $shortname
  • Returns: mixed.
    string or null on failure.

getClassName()

Gets the class name of the I2CE_Module object, if any, associated to this module.

  • Defined in i2ce/lib/I2CE_ModuleFactory.php on line 265
  • Signature: public function getClassName($shortname)
  • Parameters:
    • $shortname
  • Returns: mixed.
    string or null on failure.

getEnabled()

Gets a list of the enabled modules

getHooks()

Get the (callable) hooked methods associated to a hook.

  • Defined in i2ce/lib/I2CE_ModuleFactory.php on line 758
  • Signature: public function getHooks($hook,$only_enabled)
  • Parameters:
    • string $hook
    • boolean $only_enabled
      Defaults to true. return only the hooked mehtods for enabled modules
      • Default Value: true
  • Returns: array
    indexed by integer of arrays with keys 'module' and 'method. The arrays are indexed by decreasing priority

getMethod()

Get the data for the fuzzy method

getMethods()

Gets the fuzzy methods associated to the class

  • Defined in i2ce/lib/I2CE_ModuleFactory.php on line 647
  • Signature: public function getMethods($className,$check_parent_class)
  • Parameters:
    • string $className @param $check_parentclass. Defaults to true. Check the parent classes for fuzzy methods
    • $check_parent_class
      • Default Value: true
  • Returns: array
    indexed by class names of arrays of fuzzy method names

getOutOfDateConfigFiles()

Checks the registered config files {@see addConfigFile() } to make sure that they have been initialized. If the modified time is more recent than the last access time, then it will re-initialize the files. It also checks all loaded config files for enabled modules/components to make sure that they are up-to-date in a simmiar way. @param mixed $module. A string or an arry of string of the modules to check. Othwerwise we check all enabled modules.

  • Defined in i2ce/lib/I2CE_ModuleFactory.php on line 828
  • Signature: public function getOutOfDateConfigFiles($shortnames,$no_messages)
  • Parameters:
    • $shortnames
      • Default Value: null
    • $no_messages
      • Default Value: true
  • Returns: array
    with keys 'updates' and 'removals' and values arrays of string, the shortname of the relevant modules.

hasConfigData()

instance()

Return the instance of this factory and create it if it doesn't exist.

isAvailable()

Checks to see if a module is available

isEnabled()

Checks to see if a module is enabled

isInitialized()

Checks to see if a module is intialized. Returns true either 1) there is a class associated to the module and the aciton_initialize() method has been called succesfuuly 2) there is no class associated with the module but the config data has been processed

isUpToDate()

Checks to see if a module is up to date according to the given config file

isUpToDateModule()

Checks to see if a module is up to date according to its module file

loadPaths()

Loads the class path by the indicated shortnames

  • Defined in i2ce/lib/I2CE_ModuleFactory.php on line 115
  • Signature: public function loadPaths($shortnames,$category,$force,$fileSearch,$data)
  • Parameters:
    • mixed $shortnames
      either a string, a shortname of a module, an array of shortnames, or null to indicate all enabled modules
      • Default Value: NULL
    • mixed $category
      A string or an array of strings of the categories to load. Defaults to null which means to load all paths.
      • Default Value: NULL
    • boolean $force
      Defaults to false. Load the class path even if the module is not enabled. @param I2CE_FileSearch A file search to use to store the module paths. If null(default) uses I2CE::getFileSearch() @param $data Defaults to null meaninging use the config data stored in I2CE::getConfig(). If non-null uses the given value for the config data. NOTE: This needs to be cleaned up!
      • Default Value: FALSE
    • $fileSearch
      • Default Value: NULL
    • $data
      • Default Value: NULL

removeClassPaths()

  • Defined in i2ce/lib/I2CE_ModuleFactory.php on line 221
  • Signature: public function removeClassPaths($shortnames)
  • Parameters:
    • $shortnames
      • Default Value: null

removeHooks()

Remove hooks associated to (a) module(s)

  • Defined in i2ce/lib/I2CE_ModuleFactory.php on line 489
  • Signature: public function removeHooks($shortnames)
  • Parameters:
    • mixed $shortnames
      either a string, a shortname of a module, an array of shortnames, or null to indicate all enabled modules

resetStoredLoadedPaths()

setModuleClassHash()

Sets the hashes for the class file for the given module(s)

  • Defined in i2ce/lib/I2CE_ModuleFactory.php on line 456
  • Signature: public function setModuleClassHash($modules,$strict)
  • Parameters:
    • mixed $modules
      String or array if string
    • boolean $strict
      If true (default) then all modules are expected to have a class file
      • Default Value: true

setStorage()

updateHooks()

Loads/updates the hooks associated with an enabled module

  • Defined in i2ce/lib/I2CE_ModuleFactory.php on line 308
  • Signature: public function updateHooks($shortnames,$force,$checkAccessTime)
  • Parameters:
    • mixed $shortnames
      either a string, a shortname of a module, an array of shortnames, or null to indicate all enabled modules
      • Default Value: null
    • boolean $force
      If true (defaults to false) then we update the hooks even if the module is not enabled
      • Default Value: false
    • boolean $checkAccessTime
      defaults to true which means that we only update the hooks if the last recorded access time (in magic data) for the module's config file is less than its last modified time.
      • Default Value: true