TwistPHP Documentation

loadHooks

File path: dist/twist/Core/Models/Hooks.model.php
Namespace: Twist\Core\Models
Extends:

loadHooksLoad the hooks form storage area

Return Values

void — No return information has been documented for this function.

Example

<?php
//Call the function loadHooks with the example vars
$resHooks = new \Twist\Core\Models\Hooks();
$resHooks -> loadHooks();