function.sdo-model-reflectiondataobject-construct.html
来自「php的帮助文档,涉及到PHP的案例和基本语法,以及实际应用内容」· HTML 代码 · 共 96 行
HTML
96 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html> <head> <title>Construct an SDO_Model_ReflectionDataObject</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.sdo-model-property-ismany.html">SDO_Model_Property::isMany</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.sdo-model-reflectiondataobject-export.html">SDO_Model_ReflectionDataObject::export</a></div> <div class="up"><a href="ref.sdo.html">SDO Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div><hr /><div id="function.sdo-model-reflectiondataobject-construct" class="refentry"> <div class="refnamediv"> <h1 class="refname">SDO_Model_ReflectionDataObject::__construct</h1> <p class="verinfo">(No version information available, might be only in CVS)</p><p class="refpurpose"><span class="refname">SDO_Model_ReflectionDataObject::__construct</span> — <span class="dc-title"> Construct an SDO_Model_ReflectionDataObject </span></p> </div> <div class="refsect1 description"> <h3 class="title">Description</h3> <div class="methodsynopsis dc-description"> <span class="type"><span class="type SDO_Model_ReflectionDataObject">SDO_Model_ReflectionDataObject</span></span> <span class="methodname"><b><b>SDO_Model_ReflectionDataObject::__construct</b></b></span> ( <span class="methodparam"><span class="type"><span class="type SDO_DataObject">SDO_DataObject</span></span> <tt class="parameter">$data_object</tt></span> )</div> <div class="warning"><b class="warning">Warning</b><p class="simpara">This function is<em class="emphasis">EXPERIMENTAL</em>. The behaviour of this function, its name, andsurrounding documentation may change without notice in a future release of PHP.This function should be used at your own risk.</p></div> <p class="para"> Construct an SDO_Model_ReflectionDataObject to reflect on an SDO_DataObject. Reflecting on an SDO_DataObject gives access to information about its model. The model contains information such as the data object's type, and whether that type is sequenced (preserves ordering across properties) or open (each instance can have its model extended). The model also holds information about the data object's properties, any default values they may have, and so on. </p> </div> <div class="refsect1 parameters"> <h3 class="title">Parameters</h3> <p class="para"> <dl> <dt> <span class="term"><i><tt class="parameter">data_object</tt></i></span> <dd> <p class="para"> The SDO_DataObject being reflected upon. </p> </dd> </dt> </dl> </p> </div> <div class="refsect1 returnvalues"> <h3 class="title">Return Values</h3> <p class="para"> None. </p> </div> </div><hr /><div style="text-align: center;"> <div class="prev" style="text-align: left; float: left;"><a href="function.sdo-model-property-ismany.html">SDO_Model_Property::isMany</a></div> <div class="next" style="text-align: right; float: right;"><a href="function.sdo-model-reflectiondataobject-export.html">SDO_Model_ReflectionDataObject::export</a></div> <div class="up"><a href="ref.sdo.html">SDO Functions</a></div> <div class="home"><a href="index.html">PHP Manual</a></div></div></body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?