Netsutie PHP Toolkit
Topic Class Reference
Inheritance diagram for Topic:
Record

Data Fields

 $title
 
 $parentTopic
 
 $description
 
 $isInactive
 
 $longDescription
 
 $solutionList
 
 $internalId
 
 $externalId
 
- Data Fields inherited from Record
 $nullFieldList
 

Static Public Attributes

static $paramtypesmap
 
- Static Public Attributes inherited from Record
static $paramtypesmap
 

Detailed Description

Topic

Definition at line 8 of file Topic.php.

Field Documentation

$description

Definition at line 38 of file Topic.php.

$externalId

Definition at line 88 of file Topic.php.

$internalId

Definition at line 78 of file Topic.php.

$isInactive

Definition at line 48 of file Topic.php.

$longDescription

Definition at line 58 of file Topic.php.

$paramtypesmap
static
Initial value:
= array(
"title" => "string",
"parentTopic" => "RecordRef",
"description" => "string",
"isInactive" => "boolean",
"longDescription" => "string",
"solutionList" => "TopicSolutionList",
"internalId" => "string",
"externalId" => "string",
)

Definition at line 92 of file Topic.php.

$parentTopic

Definition at line 28 of file Topic.php.

$solutionList

Definition at line 68 of file Topic.php.

$title

Definition at line 18 of file Topic.php.


The documentation for this class was generated from the following file: