source: www/manuals/PHP_manual/function.aggregate-methods-by-list.html@ 1

Last change on this file since 1 was 1, checked in by george, 17 years ago

Prvotní import všeho

File size: 4.0 KB
Line 
1<HTML
2><HEAD
3><TITLE
4>aggregate_methods_by_list</TITLE
5><META
6NAME="GENERATOR"
7CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
8REL="HOME"
9TITLE="Manuál PHP"
10HREF="index.html"><LINK
11REL="UP"
12TITLE="Object Aggregation/Composition Functions"
13HREF="ref.objaggregation.html"><LINK
14REL="PREVIOUS"
15TITLE="Object Aggregation/Composition Functions"
16HREF="ref.objaggregation.html"><LINK
17REL="NEXT"
18TITLE="aggregate_methods_by_regexp"
19HREF="function.aggregate-methods-by-regexp.html"><META
20HTTP-EQUIV="Content-type"
21CONTENT="text/html; charset=ISO-8859-2"></HEAD
22><BODY
23CLASS="refentry"
24BGCOLOR="#FFFFFF"
25TEXT="#000000"
26LINK="#0000FF"
27VLINK="#840084"
28ALINK="#0000FF"
29><DIV
30CLASS="NAVHEADER"
31><TABLE
32SUMMARY="Header navigation table"
33WIDTH="100%"
34BORDER="0"
35CELLPADDING="0"
36CELLSPACING="0"
37><TR
38><TH
39COLSPAN="3"
40ALIGN="center"
41>Manuál PHP</TH
42></TR
43><TR
44><TD
45WIDTH="10%"
46ALIGN="left"
47VALIGN="bottom"
48><A
49HREF="ref.objaggregation.html"
50ACCESSKEY="P"
51>Pøedcházející</A
52></TD
53><TD
54WIDTH="80%"
55ALIGN="center"
56VALIGN="bottom"
57></TD
58><TD
59WIDTH="10%"
60ALIGN="right"
61VALIGN="bottom"
62><A
63HREF="function.aggregate-methods-by-regexp.html"
64ACCESSKEY="N"
65>Dal¹í</A
66></TD
67></TR
68></TABLE
69><HR
70ALIGN="LEFT"
71WIDTH="100%"></DIV
72><H1
73><A
74NAME="function.aggregate-methods-by-list"
75></A
76>aggregate_methods_by_list</H1
77><DIV
78CLASS="refnamediv"
79><A
80NAME="AEN61386"
81></A
82><P
83> (PHP 4 &#62;= 4.2.0)</P
84>aggregate_methods_by_list&nbsp;--&nbsp;
85 selective dynamic class methods aggregation to an object
86 </DIV
87><DIV
88CLASS="refsect1"
89><A
90NAME="AEN61389"
91></A
92><H2
93>Description</H2
94>void <B
95CLASS="methodname"
96>aggregate_methods_by_list</B
97> ( object object, string class_name, array methods_list [, boolean exclude])<BR
98></BR
99><P
100>&#13; Aggregates methods from a class to
101 an existing object using a list of method names. The optional paramater
102 <TT
103CLASS="parameter"
104><I
105>exclude</I
106></TT
107> is used to decide whether the list
108 contains the names of methods to include in the aggregation (i.e.
109 <TT
110CLASS="parameter"
111><I
112>exclude</I
113></TT
114> is <TT
115CLASS="constant"
116><B
117>FALSE</B
118></TT
119>, which is the default value),
120 or to exclude from the aggregation (<TT
121CLASS="parameter"
122><I
123>exclude</I
124></TT
125> is
126 <TT
127CLASS="constant"
128><B
129>TRUE</B
130></TT
131>).
132 </P
133><P
134>&#13; The class constructor or methods
135 whose names start with an underscore character (_), which are
136 considered private to the aggregated class, are always
137 excluded.
138 </P
139><P
140>&#13; See also
141 <A
142HREF="function.aggregate.html"
143><B
144CLASS="function"
145>aggregate()</B
146></A
147>,
148 <B
149CLASS="function"
150>aggregate_info()</B
151>,
152 <A
153HREF="function.aggregate-methods.html"
154><B
155CLASS="function"
156>aggregate_methods()</B
157></A
158>,
159 <A
160HREF="function.aggregate-methods-by-regexp.html"
161><B
162CLASS="function"
163>aggregate_methods_by_regexp()</B
164></A
165>,
166 <A
167HREF="function.aggregate-properties.html"
168><B
169CLASS="function"
170>aggregate_properties()</B
171></A
172>,
173 <A
174HREF="function.aggregate-properties-by-list.html"
175><B
176CLASS="function"
177>aggregate_properties_by_list()</B
178></A
179>,
180 <A
181HREF="function.aggregate-properties-by-regexp.html"
182><B
183CLASS="function"
184>aggregate_properties_by_regexp()</B
185></A
186>,
187 <A
188HREF="function.deaggregate.html"
189><B
190CLASS="function"
191>deaggregate()</B
192></A
193>
194 </P
195></DIV
196><DIV
197CLASS="NAVFOOTER"
198><HR
199ALIGN="LEFT"
200WIDTH="100%"><TABLE
201SUMMARY="Footer navigation table"
202WIDTH="100%"
203BORDER="0"
204CELLPADDING="0"
205CELLSPACING="0"
206><TR
207><TD
208WIDTH="33%"
209ALIGN="left"
210VALIGN="top"
211><A
212HREF="ref.objaggregation.html"
213ACCESSKEY="P"
214>Pøedcházející</A
215></TD
216><TD
217WIDTH="34%"
218ALIGN="center"
219VALIGN="top"
220><A
221HREF="index.html"
222ACCESSKEY="H"
223>Domù</A
224></TD
225><TD
226WIDTH="33%"
227ALIGN="right"
228VALIGN="top"
229><A
230HREF="function.aggregate-methods-by-regexp.html"
231ACCESSKEY="N"
232>Dal¹í</A
233></TD
234></TR
235><TR
236><TD
237WIDTH="33%"
238ALIGN="left"
239VALIGN="top"
240>Object Aggregation/Composition Functions</TD
241><TD
242WIDTH="34%"
243ALIGN="center"
244VALIGN="top"
245><A
246HREF="ref.objaggregation.html"
247ACCESSKEY="U"
248>Nahoru</A
249></TD
250><TD
251WIDTH="33%"
252ALIGN="right"
253VALIGN="top"
254>aggregate_methods_by_regexp</TD
255></TR
256></TABLE
257></DIV
258></BODY
259></HTML
260>
Note: See TracBrowser for help on using the repository browser.