PHP Velho Oeste 2024

SDO_Model_Property::isContainment

(^)

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

Açıklama

SDO_Model_Property::isContainment ( void ) : bool
Uyarı

Bu işlev DENEYSELDİR. Bu işlevin davranışı, ismi ve belgeleri PHP'nin sonraki sürümlerinde hiçbir duyuru yapılmaksızın değiştirilebilir. Bu riski göze alamayacaksanız bu işlevi kullanmayın.

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.

Değiştirgeler

None.

Dönen Değerler

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