SproutCMS

This is the code documentation for the SproutCMS project

function removeModule()

Removes a module

e.g. Needs::fileGroup('facebox') can be removed with Needs::removeModule('facebox')

Usage

void Needs::removeModule ( mixed $key );

Arguments

  1. $key

Return value

  • void