PHP Velho Oeste 2024

SDO_Model_Type::getProperties

(^)

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

Descrição

SDO_Model_Type::getProperties ( void ) : array
Aviso

Esta função é EXPERIMENTAL. O comportamento, seu nome e documentação podem mudar sem aviso em futuras versões do PHP. Utilize por sua própria conta e risco.

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.

Parâmetros

None.

Valor Retornado

Returns an array of SDO_Model_Property objects.

add a note add a note

User Contributed Notes

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