Change "object" to specific objects

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172544 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2004-11-12 12:38:06 +00:00
parent 32027aa0a9
commit e5970b1c2b
9 changed files with 22 additions and 22 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<refentry id="function.rar-entry-get">
<refnamediv>
<refname>rar_entry_get</refname>
@ -8,7 +8,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>object</type><methodname>rar_entry_get</methodname>
<type>RarEntry</type><methodname>rar_entry_get</methodname>
<methodparam><type>resource</type><parameter>rar_file</parameter></methodparam>
<methodparam><type>string</type><parameter>entry_name</parameter></methodparam>
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.sqlite-factory">
<refnamediv>
<refname>sqlite_factory</refname>
@ -10,7 +10,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>object</type><methodname>sqlite_factory</methodname>
<type>SQLite</type><methodname>sqlite_factory</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter role="reference">error_message</parameter></methodparam>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.2 $ -->
<!-- $Revision: 1.3 $ -->
<refentry id="function.tidy-construct">
<refnamediv>
<refname>tidy::__construct</refname>
@ -10,7 +10,7 @@
<refsect1>
<title>Description</title>
<methodsynopsis>
<type>object</type><methodname>tidy::__construct</methodname>
<type>tidy</type><methodname>tidy::__construct</methodname>
<methodparam choice="opt"><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter>config</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<refentry id="function.tidy-get-body">
<refnamediv>
<refname>tidy_get_body</refname>
@ -11,12 +11,12 @@
<title>Description</title>
<para>Procedural style:</para>
<methodsynopsis>
<type>object</type><methodname>tidy_get_body</methodname>
<type>tidyNode</type><methodname>tidy_get_body</methodname>
<methodparam><type>resource</type><parameter>tidy</parameter></methodparam>
</methodsynopsis>
<para>Object oriented style:</para>
<methodsynopsis>
<type>object</type><methodname>tidy->body</methodname>
<type>tidyNode</type><methodname>tidy->body</methodname>
<void />
</methodsynopsis>
<para>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.6 $ -->
<!-- $Revision: 1.7 $ -->
<refentry id="function.tidy-get-head">
<refnamediv>
<refname>tidy_get_head</refname>
@ -11,12 +11,12 @@
<title>Description</title>
<para>Procedural style:</para>
<methodsynopsis>
<type>object</type><methodname>tidy_get_head</methodname>
<type>tidyNode</type><methodname>tidy_get_head</methodname>
<methodparam><type>resource</type><parameter>tidy</parameter></methodparam>
</methodsynopsis>
<para>Object oriented style:</para>
<methodsynopsis>
<type>object</type><methodname>tidy->head</methodname>
<type>tidyNode</type><methodname>tidy->head</methodname>
<void />
</methodsynopsis>
<para>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.7 $ -->
<!-- $Revision: 1.8 $ -->
<refentry id="function.tidy-get-html">
<refnamediv>
<refname>tidy_get_html</refname>
@ -11,12 +11,12 @@
<title>Description</title>
<para>Procedural style:</para>
<methodsynopsis>
<type>object</type><methodname>tidy_get_html</methodname>
<type>tidyNode</type><methodname>tidy_get_html</methodname>
<methodparam><type>resource</type><parameter>tidy</parameter></methodparam>
</methodsynopsis>
<para>Object oriented style:</para>
<methodsynopsis>
<type>object</type><methodname>tidy->html</methodname>
<type>tidyNode</type><methodname>tidy->html</methodname>
<void />
</methodsynopsis>
<para>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
<refentry id="function.tidy-get-root">
<refnamediv>
@ -12,12 +12,12 @@
<title>Description</title>
<para>Procedural style:</para>
<methodsynopsis>
<type>object</type><methodname>tidy_get_root</methodname>
<type>tidyNode</type><methodname>tidy_get_root</methodname>
<methodparam><type>resource</type><parameter>tidy</parameter></methodparam>
</methodsynopsis>
<para>Object oriented style:</para>
<methodsynopsis>
<type>object</type><methodname>tidy->root</methodname>
<type>tidyNode</type><methodname>tidy->root</methodname>
<void />
</methodsynopsis>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<refentry id="function.tidy-is-xhtml">
<refnamediv>
<refname>tidy_is_xhtml</refname>
@ -16,7 +16,7 @@
</methodsynopsis>
<para>Object oriented style:</para>
<methodsynopsis>
<type>object</type><methodname>tidy->isXhtml</methodname>
<type>bool</type><methodname>tidy->isXhtml</methodname>
<void />
</methodsynopsis>
<para>

View file

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<refentry id="function.tidy-is-xml">
<refnamediv>
<refname>tidy_is_xml</refname>
@ -16,7 +16,7 @@
</methodsynopsis>
<para>Object oriented style:</para>
<methodsynopsis>
<type>object</type><methodname>tidy->isXml</methodname>
<type>bool</type><methodname>tidy->isXml</methodname>
<void />
</methodsynopsis>
<para>