60 |
jpm |
1 |
<html>
|
|
|
2 |
<head>
|
|
|
3 |
<title>Documentation</title>
|
|
|
4 |
<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
|
|
|
5 |
<link rel='stylesheet' href='style.css' />
|
|
|
6 |
</head>
|
|
|
7 |
|
|
|
8 |
<body>
|
|
|
9 |
<div align='center'>
|
|
|
10 |
<table cellpadding='0' cellspacing='0' id='contenu' class='round' style='width: 80%; margin-bottom: 20px'>
|
|
|
11 |
<tr>
|
|
|
12 |
<td class='borderhg'> </td>
|
|
|
13 |
<td class='borderh'> </td>
|
|
|
14 |
<td class='cornerhd'></td>
|
|
|
15 |
</tr>
|
|
|
16 |
<tr>
|
|
|
17 |
<td class='borderg'> </td>
|
|
|
18 |
<td><a id="top"></a><h2>
|
|
|
19 |
<small>abstract</small> Class ComponentGroup</h2><div class="extends"><ul>
|
|
|
20 |
<li><a href="Component.html">Component</a></li>
|
|
|
21 |
<ul><li>ComponentGroup</li></ul>
|
|
|
22 |
</ul></div><div class="description">
|
|
|
23 |
<p>
|
|
|
24 |
Un groupe de composant permet de gérer plusieurs <a href="Component.html">composants</a>.
|
|
|
25 |
Cette classe est abstraite et doit être redéfinit pour être utilisée avec les composants que vous aurez choisis.
|
|
|
26 |
</p>
|
|
|
27 |
</div><div class="inherit">
|
|
|
28 |
Les classes suivantes dérivent de ComponentGroup :
|
|
|
29 |
<ul><li><a href="PlotGroup.html">PlotGroup</a></li></ul>
|
|
|
30 |
</div><ul class="links"><li><a href="index.html">Retourner voir la liste de toutes les classes</a></li></ul><h2>Méthodes et propriétés</h2><ul class="properties"><li>
|
|
|
31 |
<span class="access">protected</span> <span class="type">array</span> <a href="ComponentGroup.html#property.components"><span class="argument">$components</span></a>
|
|
|
32 |
</li></ul><ul class="methods">
|
|
|
33 |
<li>
|
|
|
34 |
<span class="access">public</span> <a href="ComponentGroup.html#method.__construct">__construct</a>()
|
|
|
35 |
</li>
|
|
|
36 |
<li>
|
|
|
37 |
<span class="access">public</span> <a href="ComponentGroup.html#method.add">add</a>(<a href="Component.html"><span class="type">Component</span></a> <span class="argument">$component</span>)
|
|
|
38 |
</li>
|
|
|
39 |
</ul><h2>Documentation</h2><ul class="doc">
|
|
|
40 |
<li class="property">
|
|
|
41 |
<a id="property.components"></a><span class="access">protected</span> <span class="type">array</span> <a href="ComponentGroup.html#property.components"><span class="argument">$components</span></a><div class="description">
|
|
|
42 |
Les <a href="Component.html">composants</a> gérés par ce groupe de composants.
|
|
|
43 |
</div>
|
|
|
44 |
<div class="description-bottom"><a href="ComponentGroup.html#top">Remonter</a></div>
|
|
|
45 |
</li>
|
|
|
46 |
<li class="method">
|
|
|
47 |
<a id="method.__construct"></a><span class="access">public</span> <a href="ComponentGroup.html#method.__construct">__construct</a>()
|
|
|
48 |
<div class="description">
|
|
|
49 |
Construit le groupe de composants.
|
|
|
50 |
</div>
|
|
|
51 |
<div class="description-bottom"><a href="ComponentGroup.html#top">Remonter</a></div>
|
|
|
52 |
</li>
|
|
|
53 |
<li class="method">
|
|
|
54 |
<a id="method.add"></a><span class="access">public</span> <a href="ComponentGroup.html#method.add">add</a>(<a href="Component.html"><span class="type">Component</span></a> <span class="argument">$component</span>)
|
|
|
55 |
<div class="description">
|
|
|
56 |
Ajoute le composant $component au groupe.
|
|
|
57 |
</div>
|
|
|
58 |
<div class="description-bottom"><a href="ComponentGroup.html#top">Remonter</a></div>
|
|
|
59 |
</li>
|
|
|
60 |
</ul>
|
|
|
61 |
</td>
|
|
|
62 |
<td class='borderd'> </td>
|
|
|
63 |
</tr>
|
|
|
64 |
<tr>
|
|
|
65 |
<td class='cornerbg'></td>
|
|
|
66 |
<td class='borderb'> </td>
|
|
|
67 |
<td class='cornerbd'></td>
|
|
|
68 |
</tr>
|
|
|
69 |
</table>
|
|
|
70 |
</div>
|
|
|
71 |
</body>
|
|
|
72 |
</html>
|