Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
ListOrRecordRef.php
Go to the documentation of this file.
1
<?php
8
class
ListOrRecordRef
{
9
18
public
$name
;
19
28
public
$internalId
;
29
38
public
$externalId
;
39
48
public
$typeId
;
49
50
51
52
static
$paramtypesmap
= array(
53
54
"name"
=>
"string"
,
55
56
"internalId"
=>
"string"
,
57
58
"externalId"
=>
"string"
,
59
60
"typeId"
=>
"string"
,
61
62
);
63
64
}
ListOrRecordRef\$externalId
$externalId
Definition:
ListOrRecordRef.php:38
ListOrRecordRef\$internalId
$internalId
Definition:
ListOrRecordRef.php:28
ListOrRecordRef\$paramtypesmap
static $paramtypesmap
Definition:
ListOrRecordRef.php:52
ListOrRecordRef\$name
$name
Definition:
ListOrRecordRef.php:18
ListOrRecordRef
Definition:
ListOrRecordRef.php:8
ListOrRecordRef\$typeId
$typeId
Definition:
ListOrRecordRef.php:48
Generated by
dreamxtream
using
1.8.10