mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Fix IDs and filenames
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322147 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
14a2b231ea
commit
94880ef80d
4 changed files with 10 additions and 10 deletions
|
@ -1,15 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.hwapi-attribute">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.hwapi-attribute-new">
|
||||
<refnamediv>
|
||||
<refname>hw_api_attribute</refname>
|
||||
<refname>hwapi_attribute_new</refname>
|
||||
<refpurpose>Creates instance of class hw_api_attribute</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>HW_API_Attribute</type><methodname>hw_api_attribute</methodname>
|
||||
<type>HW_API_Attribute</type><methodname>hwapi_attribute_new</methodname>
|
||||
<methodparam choice="opt"><type>string</type><parameter>name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
|
||||
</methodsynopsis>
|
|
@ -1,15 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- $Revision$ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.hwapi-new-content">
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.hwapi-content-new">
|
||||
<refnamediv>
|
||||
<refname>hw_api_content</refname>
|
||||
<refname>hwapi_content_new</refname>
|
||||
<refpurpose>Create new instance of class hw_api_content</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>HW_API_Content</type><methodname>hw_api_content</methodname>
|
||||
<type>HW_API_Content</type><methodname>hwapi_content_new</methodname>
|
||||
<methodparam><type>string</type><parameter>content</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>mimetype</parameter></methodparam>
|
||||
</methodsynopsis>
|
|
@ -2,14 +2,14 @@
|
|||
<!-- $Revision$ -->
|
||||
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.hwapi-object-new">
|
||||
<refnamediv>
|
||||
<refname>hw_api_object</refname>
|
||||
<refpurpose>Creates a new instance of class hw_api_object</refpurpose>
|
||||
<refname>hwapi_object_new</refname>
|
||||
<refpurpose>Creates a new instance of class hwapi_object_new</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<type>hw_api_object</type><methodname>hw_api_object</methodname>
|
||||
<type>hw_api_object</type><methodname>hwapi_object_new</methodname>
|
||||
<methodparam><type>array</type><parameter>parameter</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
|
|
@ -127,8 +127,8 @@
|
|||
</section>
|
||||
</partintro>
|
||||
|
||||
&reference.hwapi.entities.hw-api-attribute;
|
||||
&reference.hwapi.entities.hw-api;
|
||||
&reference.hwapi.entities.hw-api-attribute;
|
||||
&reference.hwapi.entities.hw-api-content;
|
||||
&reference.hwapi.entities.hw-api-error;
|
||||
&reference.hwapi.entities.hw-api-object;
|
||||
|
|
Loading…
Reference in a new issue