Function Module_admin_custom_comcode->check_parameters_all_there
Definitions
adminzone/pages/modules/admin_custom_comcode.php
- Check defined parameters are consistent with replace text.
- Visibility: protected
- Is abstract?: No
- Is static?: No
- Is final?: No
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $_parameters | array | No | No | required parameter | N/A | N/A | Parameters configured |
| $replace | string | No | No | required parameter | N/A | N/A | Text to replace within |
Preview
Code (PHP)
/**
* Check defined parameters are consistent with replace text.
*
* @param array $_parameters Parameters configured
* @param string $replace Text to replace within
*/
protected function check_parameters_all_there(array $_parameters, string $replace)
* Check defined parameters are consistent with replace text.
*
* @param array $_parameters Parameters configured
* @param string $replace Text to replace within
*/
protected function check_parameters_all_there(array $_parameters, string $replace)

