Atomik Event Browser

Atomik::executeFile()

Atomik::Executefile

Fired at the beginning of a call to the Atomik::executeFile() method.

  1. string &$filename

    The filename that will be included

  2. array &$vars

    Variables to extract in the included file scope

function myAtomikExecutefileHandler(&$filename, &$vars)
{
    // your code
}

Atomik::listenEvent('Atomik::Executefile', 'myAtomikExecutefileHandler');