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

Data Fields

 $name
 
 $owner
 
 $isOrdered
 
 $description
 
 $isMatrixOption
 
 $scriptId
 
 $convertToCustomRecord
 
 $isInactive
 
 $customValueList
 
 $translationsList
 
 $internalId
 
- Data Fields inherited from Record
 $nullFieldList
 

Static Public Attributes

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

Detailed Description

CustomList

Definition at line 8 of file CustomList.php.

Field Documentation

$convertToCustomRecord

Definition at line 78 of file CustomList.php.

$customValueList

Definition at line 98 of file CustomList.php.

$description

Definition at line 48 of file CustomList.php.

$internalId

Definition at line 118 of file CustomList.php.

$isInactive

Definition at line 88 of file CustomList.php.

$isMatrixOption

Definition at line 58 of file CustomList.php.

$isOrdered

Definition at line 38 of file CustomList.php.

$name

Definition at line 18 of file CustomList.php.

$owner

Definition at line 28 of file CustomList.php.

$paramtypesmap
static
Initial value:
= array(
"name" => "string",
"owner" => "RecordRef",
"isOrdered" => "boolean",
"description" => "string",
"isMatrixOption" => "boolean",
"scriptId" => "string",
"convertToCustomRecord" => "boolean",
"isInactive" => "boolean",
"customValueList" => "CustomListCustomValueList",
"translationsList" => "CustomListTranslationsList",
"internalId" => "string",
)

Definition at line 122 of file CustomList.php.

$scriptId

Definition at line 68 of file CustomList.php.

$translationsList

Definition at line 108 of file CustomList.php.


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