SDO_Model_Property::isMany

(^)

SDO_Model_Property::isMany Test to see if the property is many-valued

Opis

SDO_Model_Property::isMany ( 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 is many-valued. Returns TRUE if this is a many-valued property, otherwise returns FALSE.

Parametry

None.

Zwracane wartości

Returns TRUE if this is a many-valued property, otherwise returns FALSE.

add a note add a note

User Contributed Notes

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