PHP » GoLang |
login |
register |
about
|
GoLang SDO_DAS_DataFactory::addType
request it (273)
GoLang replacement for PHP's SDO_DAS_DataFactory::addType
[edit | history]
PHP SDO_DAS_DataFactory::addTypePHP original manual for SDO_DAS_DataFactory::addType [ show | php.net ]SDO_DAS_DataFactory::addType(^) SDO_DAS_DataFactory::addType — Add a new type to a model Description
void SDO_DAS_DataFactory::addType
( string
$type_namespace_uri
, string $type_name
[, array $options
] )Warning
This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk. Add a new type to the SDO_DAS_DataFactory, defined by its namespace and type name. The type becomes part of the model of data objects that the data factory can create. Parameters
Return ValuesNone. Examples
Example #1 A SDO_DAS_DataFactory::addType() example The following adds a new data object type of 'CompanyType' where that type belongs to the namespace 'CompanyNS'.
<?php |
more
Recently updated
more
Most requested
more
Last requests
|