SproutCMS

This is the code documentation for the SproutCMS project

function add()

Add a callback to an event queue.

Usage

boolean Event::add ( string $name , array $callback );

Authors

Arguments

  1. string $name
    event name
  2. array $callback
    http://php.net/callback

Return value

  • boolean