SDO_Model_Property::isContainment

(^)

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

Opis

SDO_Model_Property::isContainment ( void ) : bool
Ostrzeżenie

Ta funkcja jest w stadium EKSPERYMENTALNYM. Oznacza to, że zachowanie funkcji, jej nazwa, w zasadzie wszystko udokumentowane tutaj może zostać zmienione w przyszłych wersjach PHP bez wcześniejszego uprzedzenia. Używaj tej funkcji na własne ryzyko.

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.

Parametry

None.

Zwracane wartości

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

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top