source: www/manuals/PHP_manual/function.hwapi-children.html@ 1

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

Prvotní import všeho

File size: 2.9 KB
Line 
1<HTML
2><HEAD
3><TITLE
4>hw_api-&#62;children</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="Hyperwave API functions"
13HREF="ref.hwapi.html"><LINK
14REL="PREVIOUS"
15TITLE="hw_api->checkout"
16HREF="function.hwapi-checkout.html"><LINK
17REL="NEXT"
18TITLE="hw_api_content->mimetype"
19HREF="function.hwapi-content-mimetype.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="function.hwapi-checkout.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.hwapi-content-mimetype.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.hwapi-children"
75></A
76>hw_api-&#62;children</H1
77><DIV
78CLASS="refnamediv"
79><A
80NAME="AEN28932"
81></A
82><P
83> (no version information, might be only in CVS)</P
84>hw_api-&#62;children&nbsp;--&nbsp;Returns children of an object</DIV
85><DIV
86CLASS="refsect1"
87><A
88NAME="AEN28935"
89></A
90><H2
91>Description</H2
92>array <B
93CLASS="methodname"
94>children</B
95> ( array parameter)<BR
96></BR
97><P
98>&#13; Retrieves the children of a collection or the attributes of a document.
99 The children can be further filtered by specifying an object query.
100 The parameter array
101 contains the required elements 'objectIdentifier' and the optional
102 elements 'attributeSelector' and 'objectQuery'.
103 </P
104><P
105>&#13; The return value is an array of objects of type
106 <B
107CLASS="classname"
108>HW_API_Object</B
109> or
110 <B
111CLASS="classname"
112>HW_API_Error</B
113>.
114 </P
115><P
116>&#13; See also <A
117HREF="function.hwapi-parents.html"
118><B
119CLASS="function"
120>hwapi_parents()</B
121></A
122>.
123 </P
124></DIV
125><DIV
126CLASS="NAVFOOTER"
127><HR
128ALIGN="LEFT"
129WIDTH="100%"><TABLE
130SUMMARY="Footer navigation table"
131WIDTH="100%"
132BORDER="0"
133CELLPADDING="0"
134CELLSPACING="0"
135><TR
136><TD
137WIDTH="33%"
138ALIGN="left"
139VALIGN="top"
140><A
141HREF="function.hwapi-checkout.html"
142ACCESSKEY="P"
143>Pøedcházející</A
144></TD
145><TD
146WIDTH="34%"
147ALIGN="center"
148VALIGN="top"
149><A
150HREF="index.html"
151ACCESSKEY="H"
152>Domù</A
153></TD
154><TD
155WIDTH="33%"
156ALIGN="right"
157VALIGN="top"
158><A
159HREF="function.hwapi-content-mimetype.html"
160ACCESSKEY="N"
161>Dal¹í</A
162></TD
163></TR
164><TR
165><TD
166WIDTH="33%"
167ALIGN="left"
168VALIGN="top"
169>hw_api-&#62;checkout</TD
170><TD
171WIDTH="34%"
172ALIGN="center"
173VALIGN="top"
174><A
175HREF="ref.hwapi.html"
176ACCESSKEY="U"
177>Nahoru</A
178></TD
179><TD
180WIDTH="33%"
181ALIGN="right"
182VALIGN="top"
183>hw_api_content-&#62;mimetype</TD
184></TR
185></TABLE
186></DIV
187></BODY
188></HTML
189>
Note: See TracBrowser for help on using the repository browser.