PHP Doku:: Get a data factory instance - function.sdo-das-datafactory-getdatafactory.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationService Data ObjectsSDO FunktionenSDO_DAS_DataFactory::getDataFactory

Ein Service von Reinhard Neidl - Webprogrammierung.

SDO Funktionen

<<SDO_DAS_DataFactory::addType

SDO_DAS_DataObject::getChangeSummary>>

SDO_DAS_DataFactory::getDataFactory

(^)

SDO_DAS_DataFactory::getDataFactory Get a data factory instance

Beschreibung

SDO_DAS_DataFactory SDO_DAS_DataFactory::getDataFactory ( void )
Warnung

Diese Funktion ist EXPERIMENTELL. Das Verhalten, der Funktionsname und alles Andere, was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion auf eigenes Risiko.

Static method to get an instance of an SDO_DAS_DataFactory. This instance is initially only configured with the basic SDO types. A Data Access Service is responsible for populating the data factory model and then allowing PHP applications to create SDOs based on the model through the SDO_DataFactory interface. PHP applications should always obtain a data factory from a configured Data Access Service, not through this interface.

Parameter-Liste

None.

Rückgabewerte

Returns an SDO_DAS_DataFactory.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)