Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
CustomRecordRef.php
Go to the documentation of this file.
1
<?php
8
class
CustomRecordRef
extends
BaseRef
{
9
18
public
$internalId
;
19
28
public
$externalId
;
29
38
public
$typeId
;
39
40
41
42
static
$paramtypesmap
= array(
43
44
"internalId"
=>
"string"
,
45
46
"externalId"
=>
"string"
,
47
48
"typeId"
=>
"string"
,
49
50
);
51
52
}
CustomRecordRef\$internalId
$internalId
Definition:
CustomRecordRef.php:18
CustomRecordRef\$typeId
$typeId
Definition:
CustomRecordRef.php:38
CustomRecordRef\$paramtypesmap
static $paramtypesmap
Definition:
CustomRecordRef.php:42
BaseRef
Definition:
BaseRef.php:8
CustomRecordRef\$externalId
$externalId
Definition:
CustomRecordRef.php:28
CustomRecordRef
Definition:
CustomRecordRef.php:8
Generated by
dreamxtream
using
1.8.10