Home > PHP > Function > SDO > SDO_Model_Type::getProperties()

SDO_Model_Type::getProperties()

SDO_Model_Type::getProperties - Get the SDO_Model_Property objects defined for the type

Syntax

array SDO_Model_Type::getProperties ()

Arguments

-

Description

Get an array of SDO_Model_Property objects describing the properties defined for the SDO_Model_Type. Each SDO_Model_Property holds information such as the property name, default value, and so on.

Version

PHP ^

Return value

Returns an array of SDO_Model_Property objects.