File path: dist/twist/Core/Models/Hooks.model.php
Namespace: Twist\Core\Models
getAll
— Get all the hooks, you can filter by package or leave blank for everything
Name | Description |
---|---|
[$strHook = null] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strHook = null;
//Call the function getAll with the example vars
$resHooks = new \Twist\Core\Models\Hooks();
$resHooks -> getAll($strHook);