Use short types in proto

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207943 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2006-02-25 11:32:06 +00:00
parent 4966278062
commit f19a2e277e
8 changed files with 16 additions and 16 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
<refentry id="function.SDO-Model-Property-isContainment">
<refnamediv>
@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>boolean</type><methodname>SDO_Model_Property::isContainment</methodname>
<type>bool</type><methodname>SDO_Model_Property::isContainment</methodname>
<void/>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
<refentry id="function.SDO-Model-Property-isMany">
<refnamediv>
@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>boolean</type><methodname>SDO_Model_Property::isMany</methodname>
<type>bool</type><methodname>SDO_Model_Property::isMany</methodname>
<void/>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry id="function.SDO-Model-Type-isAbstractType">
<refnamediv>
@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>boolean</type><methodname>SDO_Model_Type::isAbstractType</methodname>
<type>bool</type><methodname>SDO_Model_Type::isAbstractType</methodname>
<void/>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
<refentry id="function.SDO-Model-Type-isDataType">
<refnamediv>
@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>boolean</type><methodname>SDO_Model_Type::isDataType</methodname>
<type>bool</type><methodname>SDO_Model_Type::isDataType</methodname>
<void/>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
<refentry id="function.SDO-Model-Type-isInstance">
<refnamediv>
@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>boolean</type><methodname>SDO_Model_Type::isInstance</methodname>
<type>bool</type><methodname>SDO_Model_Type::isInstance</methodname>
<methodparam><type>SDO_DataObject</type><parameter>data_object</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
<refentry id="function.SDO-Model-Type-isOpenType">
<refnamediv>
@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>boolean</type><methodname>SDO_Model_Type::isOpenType</methodname>
<type>bool</type><methodname>SDO_Model_Type::isOpenType</methodname>
<void/>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- Generated by xml_proto.php v2.3. Found in /scripts directory of phpdoc. -->
<refentry id="function.SDO-Model-Type-isSequencedType">
<refnamediv>
@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>boolean</type><methodname>SDO_Model_Type::isSequencedType</methodname>
<type>bool</type><methodname>SDO_Model_Type::isSequencedType</methodname>
<void/>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry id="function.SDO-Sequence-getProperty">
<refnamediv>
@ -12,7 +12,7 @@
&reftitle.description;
<methodsynopsis>
<type>SDO_Model_Property</type><methodname>SDO_Sequence::getProperty</methodname>
<methodparam><type>integer</type><parameter>sequence_index</parameter></methodparam>
<methodparam><type>int</type><parameter>sequence_index</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;