SDO_Model_Type::getProperties

(no version information, might be only in CVS)

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

説明

array SDO_Model_Type::getProperties ( void )

警告

この関数は、 実験的 なものです。この関数の動作・ 名前・その他ドキュメントに書かれている事項は、予告なく、将来的な PHP のリリースにおいて変更される可能性があります。 この関数は自己責任で使用してください。

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.

パラメータ

None.

返り値

Returns an array of SDO_Model_Property objects.