Atomik::executeFile()
Atomik::Executefile
Fired at the beginning of a call to the Atomik::executeFile() method.
-
string &$filename
The filename that will be included
-
array &$vars
Variables to extract in the included file scope
function myAtomikExecutefileHandler(&$filename, &$vars)
{
// your code
}
Atomik::listenEvent('Atomik::Executefile', 'myAtomikExecutefileHandler');

