SproutCMS

This is the code documentation for the SproutCMS project

function addBefore()

Add a callback to an event queue, before a given event.

Usage

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

Authors

Arguments

  1. string $name
    event name
  2. array $existing
    existing event callback
  3. array $callback
    event callback

Return value

  • boolean