SproutCMS

This is the code documentation for the SproutCMS project

function insertEvent()

Inserts a new event at a specfic key location.

Usage

void Event::insertEvent ( string $name , integer $key , array $callback );

Authors

Arguments

  1. string $name
    event name
  2. integer $key
    key to insert new event at
  3. array $callback
    event callback

Return value

  • void