SproutCMS

This is the code documentation for the SproutCMS project

function addNeed()

Adds a generic need.
If a key is specified, the need is added with that key
allowing for updating of the need later.

Usage

void Needs::addNeed ( string $need [, mixed $key ] );

Arguments

  1. string $need
    The HTML for the need.
  2. $key = NULL

Return value

  • void