hook() hook(string $hook, array $params = array()) Execute un hook Parameters string $hook array $params
call() call(string $hook, $params = array()) Alias statique de Hook::getInstance()->hook($hook); Parameters string $hook Nom du point d'ancrage $params
__construct() __construct(null $hook_path = null) Constructeur AcidHook Parameters null $hook_path chemin vers le dossier de reception des hooks