SproutCMS

This is the code documentation for the SproutCMS project

function run()

Execute all of the callbacks attached to an event.

Usage

void Event::run ( string $name [, array &$data ] );

Authors

Arguments

  1. string $name
    event name
  2. array $data = NULL (by reference)
    data can be processed as Event::$data by the callbacks

Return value

  • void