File path: dist/twist/Core/Models/Hooks.model.php
Namespace: Twist\Core\Models
get
— Get the array of extensions for the requested hook and key
Name | Description |
---|---|
$strHook | n/a |
$mxdUniqueKey | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strHook = 'foo';
$mxdUniqueKey = 'foo-123';
//Call the function get with the example vars
$resHooks = new \Twist\Core\Models\Hooks();
$resHooks -> get($strHook, $mxdUniqueKey);