SproutCMS

This is the code documentation for the SproutCMS project

function clear()

Clear some or all callbacks from an event.

Usage

void Event::clear ( string $name [, array $callback ] );

Authors

Arguments

  1. string $name
    event name
  2. array $callback = FALSE
    specific callback to remove, FALSE for all callbacks

Return value

  • void