jmcastagnetto Sat Aug 3 19:24:45 2002 EDT
Modified files:
/phpdoc/en/reference/objaggregation/functions aggregate.xml
Log:
Initial documentation, sparse.
Index: phpdoc/en/reference/objaggregation/functions/aggregate.xml
diff -u phpdoc/en/reference/objaggregation/functions/aggregate.xml:1.1
phpdoc/en/reference/objaggregation/functions/aggregate.xml:1.2
--- phpdoc/en/reference/objaggregation/functions/aggregate.xml:1.1 Mon Apr 29
05:11:21 2002
+++ phpdoc/en/reference/objaggregation/functions/aggregate.xml Sat Aug 3 19:24:45
+2002
@@ -1,24 +1,35 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.aggregate">
<refnamediv>
<refname>aggregate</refname>
<refpurpose>
- object aggregation -- unfinished
+ dynamic class and object aggregation
</refpurpose>
</refnamediv>
<refsect1>
<title>Description</title>
<methodsynopsis>
- <type>void</type><methodname>object_aggregation</methodname>
+ <type>void</type><methodname>aggregate</methodname>
<methodparam><type>object</type><parameter>object</parameter></methodparam>
<methodparam><type>string</type><parameter>class_name</parameter></methodparam>
</methodsynopsis>
<para>
- TODO
+ Aggregates methods and properties defined in a class to
+ an existing object. Methods and properties starting with
+ an underscore character (_) are considered private to
+ the aggregated class and are not used, constructors are
+ also excluded from the aggregation procedure.
</para>
<simpara>
- See also <function>deaggregate</function>.
+ See also
+ <function>aggregate_methods</function>,
+ <function>aggregate_methods_by_list</function>,
+ <function>aggregate_methods_by_regexp</function>,
+ <function>aggregate_properties</function>,
+ <function>aggregate_properties_by_list</function>,
+ <function>aggregate_properties_by_regexp</function>,
+ <function>deaggregate</function>
</simpara>
</refsect1>
</refentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php