PHP Doku:: Test to see if the property defines a containment relationship - function.sdo-model-property-iscontainment.html

Verlauf / Chronik / History: (16) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzXML-ManipulationService Data ObjectsSDO FunktionenSDO_Model_Property::isContainment

Ein Service von Reinhard Neidl - Webprogrammierung.

SDO Funktionen

<<SDO_Model_Property::getType

SDO_Model_Property::isMany>>

SDO_Model_Property::isContainment

(^)

SDO_Model_Property::isContainment Test to see if the property defines a containment relationship

Beschreibung

bool SDO_Model_Property::isContainment ( 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.

Test to see if the property corresponds to a containment relationship. Returns TRUE if the property defines a containment relationship, or FALSE if it is reference.

Parameter-Liste

None.

Rückgabewerte

Returns TRUE if the property defines a containment relationship, or FALSE if it is reference.


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",...)