Class: I2CE Wrangler (4.0.14)
From IHRIS Wiki
For other versions, see Class: I2CE_Wrangler (versions) .
This article describes the class I2CE_Wrangler .
- Extends the class: I2CE_Fuzzy.
- Location: Part of the module pages in the package I2CE 4.0.14-release
- Source: Defined in the file modules/Pages/lib/I2CE_Wrangler.php on line 29
Variables
$command_line
true if we are called from the command line
- Defined in i2ce/modules/Pages/lib/I2CE_Wrangler.php on line 108
- Type: protected boolean $command_line
Methods
__construct()
- Defined in i2ce/modules/Pages/lib/I2CE_Wrangler.php on line 110
- Signature: public function __construct()
getArgs()
- Defined in i2ce/modules/Pages/lib/I2CE_Wrangler.php on line 263
- Signature: protected function getArgs($args)
- Parameters:
- $args
getPage()
Gets the page assoicated with a module
- Defined in i2ce/modules/Pages/lib/I2CE_Wrangler.php on line 123
- Signature: public function getPage($module,$page,$request_remainder,$args,$get,$post)
- Parameters:
- string $module
- string $page
- array $request_remainder
of string... anything that would be a part of the remainder of the URL- Default Value: array()
- array $args
an array of page arguments. Defaults to the empty array. Overwrites anything found in config for the page style or page- Default Value: array()
- $get
- Default Value: null
- $post
- Default Value: null
processPath()
- Defined in i2ce/modules/Pages/lib/I2CE_Wrangler.php on line 213
- Signature: protected function processPath($path)
- Parameters:
- $path
wrangle()
Method to call to handle page wrangling
- Defined in i2ce/modules/Pages/lib/I2CE_Wrangler.php on line 39
- Signature: public function wrangle($path,$display,$get,$post)
- Parameters:
- string $path
If non-null the path of the page we want to wrangle. otherwise it processes from the url or commandline arguments Defaults to null- Default Value: null
- boolean $display
Set to true (default) to call the page's display() method- Default Value: true
- $get
- Default Value: null
- $post
- Default Value: null
- string $path
- Returns: I2CE_Page
the page created
Inherited Methods
_hasMethod()
This public method is inherited from I2CE_Fuzzy->_hasMethod()
Inherited Fuzzy Methods
userMessage()
This method is inherited from I2CE_Fuzzy->userMessage()
Fuzzy Methods
manipulateWrangler_I2CE_logout()
This method is implemented by I2CE_Module_Login->manipulateWrangler()
manipulateWrangler_I2CE_home()
This method is implemented by I2CE_Module_ModulePrompter->changeHomePage()