SDO_Model_Type::getProperty

(^)

SDO_Model_Type::getProperty Get an SDO_Model_Property of the type

Opis

SDO_Model_Type::getProperty ( mixed $identifier ) : SDO_Model_Property
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.

Get an SDO_Model_Property of the type, identified by its property index or property name.

Parametry

identifier

The property index or property name.

Zwracane wartości

Returns the SDO_Model_Property.

add a note add a note

User Contributed Notes

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