SDO_Model_Property::isContainment

(^)

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

Descrierea

SDO_Model_Property::isContainment ( ) : bool
Avertizare

Această funcție este EXPERIMENTALĂ. Comportamentul acestei funcții, denumirea sa și orice alte aspecte documentate în privința acestei funcții pot să fie modificate fără preaviz într-o versiune viitoare a PHP. Utilizați această funcție la propriul risc.

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.

Parametri

None.

Valorile întoarse

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