Beispiel #1
-1
 /**
  * Instantiates the class.
  *
  * @public
  * @version 0.0.1
  * @since 0.0.1
  * @param $siteContext the courent {@link SiteContext} object.
  * @param $generatortype text string which identifies the type of
  *         generator to be used.
  */
 function CollectiveIndex(&$siteContext, $generatorType)
 {
     parent::StatSite($siteContext, $generatorType);
 }