Php/docs/sdo-dataobject.gettypename

来自菜鸟教程
跳转至:导航、​搜索

SDO_DataObject::getTypeName

(^)

SDO_DataObject::getTypeName Return the name of the type for a data object


说明

SDO_DataObject::getTypeName ( ) : string

Warning 此函数是实验性的。此函数的表象,包括名称及其相关文档都可能在未来的 PHP 发布版本中未通知就被修改。使用本函数风险自担。


Return the name of the type for a data object. A convenience method corresponding to SDO_Model_ReflectionDataObject::getType().getName().


参数

None.


返回值

The name of the type for the data object.