mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
moving quotes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118508 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
defa2af2f3
commit
4aeed60e55
6 changed files with 16 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<refentry id="function.aggregate-methods-by-list">
|
||||
<refnamediv>
|
||||
<refname>aggregate_methods_by_list</refname>
|
||||
|
@ -14,7 +14,7 @@
|
|||
<methodparam><type>object</type><parameter>object</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>class_name</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>methods_list</parameter></methodparam>
|
||||
<methodparam choice='opt'><type>boolean</type><parameter>exclude</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>exclude</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Aggregates methods from a class to
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.aggregate-methods-by-regexp">
|
||||
<refnamediv>
|
||||
<refname>aggregate_methods_by_regexp</refname>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<methodparam><type>object</type><parameter>object</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>class_name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>regexp</parameter></methodparam>
|
||||
<methodparam choice='opt'><type>boolean</type><parameter>exclude</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>exclude</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Aggregates methods from a class to
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.aggregate-properties-by-list">
|
||||
<refnamediv>
|
||||
<refname>aggregate_properties_by_list</refname>
|
||||
|
@ -14,7 +14,7 @@
|
|||
<methodparam><type>object</type><parameter>object</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>class_name</parameter></methodparam>
|
||||
<methodparam><type>array</type><parameter>properties_list</parameter></methodparam>
|
||||
<methodparam choice='opt'><type>boolean</type><parameter>exclude</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>exclude</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Aggregates properties from a class to
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.aggregate-properties-by-regexp">
|
||||
<refnamediv>
|
||||
<refname>aggregate_properties_by_regexp</refname>
|
||||
|
@ -15,7 +15,7 @@
|
|||
<methodparam><type>object</type><parameter>object</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>class_name</parameter></methodparam>
|
||||
<methodparam><type>string</type><parameter>regexp</parameter></methodparam>
|
||||
<methodparam choice='opt'><type>boolean</type><parameter>exclude</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>bool</type><parameter>exclude</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Aggregates properties from a class to
|
||||
|
|
|
@ -1,14 +1,15 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.aggregation-info">
|
||||
<refnamediv>
|
||||
<refname>aggregation_info</refname>
|
||||
<refpurpose>Synonym for <function>aggregate_info</function></refpurpose>
|
||||
<refpurpose>Alias for <function>aggregate_info</function></refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>array</type><methodname>aggregation_info</methodname><methodparam><type>object</type><parameter>object</parameter></methodparam>
|
||||
<type>array</type><methodname>aggregation_info</methodname>
|
||||
<methodparam><type>object</type><parameter>object</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Will return the aggretaion information for a particular object
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<refentry id="function.deaggregate">
|
||||
<refnamediv>
|
||||
<refname>deaggregate</refname>
|
||||
<refpurpose>
|
||||
removes the aggregated methods and properties from an object
|
||||
Removes the aggregated methods and properties from an object
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1>
|
||||
<title>Description</title>
|
||||
<methodsynopsis>
|
||||
<type>void</type><methodname>object_aggregation</methodname>
|
||||
<type>void</type><methodname>deaggregate</methodname>
|
||||
<methodparam><type>object</type><parameter>object</parameter></methodparam>
|
||||
<methodparam choice='opt'><type>string</type><parameter>class_name</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>string</type><parameter>class_name</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
Removes the methods and properties from classes that were aggregated to
|
||||
|
|
Loading…
Reference in a new issue