\TriTan\Interfaces\HooksDoActionRefArrayHookInterface

Summary

Methods
Constants
doActionRefArray()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

doActionRefArray()

doActionRefArray(string  $hook, array  $args) : boolean

Execute functions hooked on a specific action hook, specifying arguments in an array.

Parameters

string $hook

The name of the action to be executed.

array $args

The arguments supplied to the functions hooked to $hook

Returns

boolean —

Will return false if $tag does not exist in $filter array.