PHP Dokumentation: Function sdo-model-property-iscontainment
12. Januar 2010 von werner
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 istEXPERIMENTELL. Das Verhalten, der Funktionsname und allesAndere, was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohneAnkündigung ändern. Seien Sie gewarnt und verwenden Sie diese Funktion aufeigenes 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.