CWIS Developer Documentation
ClassificationFactory.php
Go to the documentation of this file.
1 <?PHP
2 
3 #
4 # FILE: ClassificationFactory.php
5 # AUTHOR: Edward Almasy
6 #
7 # Part of the Scout Portal Toolkit
8 # Copyright 2004 Internet Scout Project
9 # http://scout.wisc.edu
10 #
11 
17 
18  # ---- PUBLIC INTERFACE --------------------------------------------------
19 
20  # object constructor
21 
26  {
27  # set up item factory base class
28  $this->ItemFactory("Classification", "Classifications", "ClassificationId", "ClassificationName", $FieldId);
29  }
30 
31 
32  # ---- PRIVATE INTERFACE -------------------------------------------------
33 
34 }
35 
36 
37 ?>