SDO_Model_Property::getDefault

(^)

SDO_Model_Property::getDefault Get the default value for the property

Opis

SDO_Model_Property::getDefault ( void ) : mixed
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.

Returns the default value for the property. Only primitive data type properties can have default values.

Parametry

None.

Zwracane wartości

Returns the default value for the property.

add a note add a note

User Contributed Notes

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