PHP Velho Oeste 2024

SDO_Model_Property::isContainment

(^)

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

Descrição

SDO_Model_Property::isContainment ( void ) : bool
Aviso

Esta função é EXPERIMENTAL. O comportamento, seu nome e documentação podem mudar sem aviso em futuras versões do PHP. Utilize por sua própria conta e risco.

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.

Parâmetros

None.

Valor Retornado

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