Property | Type | Description | |
---|---|---|---|
$dataType | tnsCustomFieldDataType | ||
$description | string | ||
$entityType | tnsCustomFieldEntityType | ||
$id | integer | ||
$isActive | boolean | ||
$name | string | ||
$visibility | tnsCustomFieldVisibility |
Method | Description | |
---|---|---|
__construct ( $id = null, $name = null, $description = null, $isActive = null, $entityType = null, $dataType = null, $visibility = null ) | ||
getNamespace ( ) : string | Gets the namesapce of this class | |
getXsiTypeName ( ) : string | Gets the xsi:type name of this class |
public __construct ( $id = null, $name = null, $description = null, $isActive = null, $entityType = null, $dataType = null, $visibility = null ) |
public getNamespace ( ) : string | ||
return | string | the namespace of this class |
public getXsiTypeName ( ) : string | ||
return | string | the xsi:type name of this class |
public tnsCustomFieldEntityType $entityType | ||
return | tnsCustomFieldEntityType |