SproutCMS

This is the code documentation for the SproutCMS project

function addAfter()

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

Usage

boolean Event::addAfter ( 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