CWIS Developer Documentation
Home
Main Page
Namespaces
Classes
Files
File List
File Members
objects
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
16
class
ClassificationFactory
extends
ItemFactory
{
17
18
# ---- PUBLIC INTERFACE --------------------------------------------------
19
20
# object constructor
21
25
function
ClassificationFactory
(
$FieldId
= NULL)
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
?>
Copyright 2012 Internet Scout