SDO_Model_Property::getDefault

(^)

SDO_Model_Property::getDefault Get the default value for the property

Beskrivelse

mixed SDO_Model_Property::getDefault ( void )
Advarsel

This function is EXPERIMENTAL. The behaviour of this function, its name, and surrounding documentation may change without notice in a future release of PHP. This function should be used at your own risk.

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

Parametre

None.

Returnerings Værdier

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