1 | <?php |
||
5 | class Path extends AbstractType |
||
6 | { |
||
7 | private $After = []; |
||
8 | |||
9 | private $Conflicts = []; |
||
10 | |||
11 | private $DirectoryMode; |
||
12 | |||
13 | private $DirectoryNotEmpty; |
||
14 | |||
15 | private $Documentation = []; |
||
16 | |||
17 | private $FragmentPath; |
||
18 | |||
19 | private $MakeDirectory; |
||
20 | |||
21 | private $Requires = []; |
||
22 | |||
23 | private $RequiresMountsFor = []; |
||
24 | |||
25 | private $Result; |
||
26 | |||
27 | private $Triggers = []; |
||
28 | |||
29 | private $Unit; |
||
30 | |||
31 | private $UnitFilePreset; |
||
32 | |||
33 | private $UnitFileState; |
||
34 | |||
35 | private $WantedBy = []; |
||
36 | |||
37 | /** |
||
38 | * @return array |
||
39 | */ |
||
40 | public function getAfter(): array |
||
44 | |||
45 | /** |
||
46 | * @param array $After |
||
47 | * @return Path |
||
48 | */ |
||
49 | public function setAfter(array $After): Path |
||
54 | |||
55 | /** |
||
56 | * @return array |
||
57 | */ |
||
58 | public function getConflicts(): array |
||
62 | |||
63 | /** |
||
64 | * @param array $Conflicts |
||
65 | * @return Path |
||
66 | */ |
||
67 | public function setConflicts(array $Conflicts): Path |
||
72 | |||
73 | /** |
||
74 | * @return mixed |
||
75 | */ |
||
76 | public function getDirectoryMode() |
||
80 | |||
81 | /** |
||
82 | * @param mixed $DirectoryMode |
||
83 | * @return Path |
||
84 | */ |
||
85 | public function setDirectoryMode($DirectoryMode) |
||
90 | |||
91 | /** |
||
92 | * @return mixed |
||
93 | */ |
||
94 | public function getDirectoryNotEmpty() |
||
98 | |||
99 | /** |
||
100 | * @param mixed $DirectoryNotEmpty |
||
101 | * @return Path |
||
102 | */ |
||
103 | public function setDirectoryNotEmpty($DirectoryNotEmpty) |
||
108 | |||
109 | /** |
||
110 | * @return array |
||
111 | */ |
||
112 | public function getDocumentation(): array |
||
116 | |||
117 | /** |
||
118 | * @param array $Documentation |
||
119 | * @return Path |
||
120 | */ |
||
121 | public function setDocumentation(array $Documentation): Path |
||
126 | |||
127 | /** |
||
128 | * @return mixed |
||
129 | */ |
||
130 | public function getFragmentPath() |
||
134 | |||
135 | /** |
||
136 | * @param mixed $FragmentPath |
||
137 | * @return Path |
||
138 | */ |
||
139 | public function setFragmentPath($FragmentPath) |
||
144 | |||
145 | /** |
||
146 | * @return mixed |
||
147 | */ |
||
148 | public function getMakeDirectory() |
||
152 | |||
153 | /** |
||
154 | * @param mixed $MakeDirectory |
||
155 | * @return Path |
||
156 | */ |
||
157 | public function setMakeDirectory($MakeDirectory) |
||
162 | |||
163 | /** |
||
164 | * @return array |
||
165 | */ |
||
166 | public function getRequires(): array |
||
170 | |||
171 | /** |
||
172 | * @param array $Requires |
||
173 | * @return Path |
||
174 | */ |
||
175 | public function setRequires(array $Requires): Path |
||
180 | |||
181 | /** |
||
182 | * @return array |
||
183 | */ |
||
184 | public function getRequiresMountsFor(): array |
||
188 | |||
189 | /** |
||
190 | * @param array $RequiresMountsFor |
||
191 | * @return Path |
||
192 | */ |
||
193 | public function setRequiresMountsFor(array $RequiresMountsFor): Path |
||
198 | |||
199 | /** |
||
200 | * @return mixed |
||
201 | */ |
||
202 | public function getResult() |
||
206 | |||
207 | /** |
||
208 | * @param mixed $Result |
||
209 | * @return Path |
||
210 | */ |
||
211 | public function setResult($Result) |
||
216 | |||
217 | /** |
||
218 | * @return array |
||
219 | */ |
||
220 | public function getTriggers(): array |
||
224 | |||
225 | /** |
||
226 | * @param array $Triggers |
||
227 | * @return Path |
||
228 | */ |
||
229 | public function setTriggers(array $Triggers): Path |
||
234 | |||
235 | /** |
||
236 | * @return mixed |
||
237 | */ |
||
238 | public function getUnit() |
||
242 | |||
243 | /** |
||
244 | * @param mixed $Unit |
||
245 | * @return Path |
||
246 | */ |
||
247 | public function setUnit($Unit) |
||
252 | |||
253 | /** |
||
254 | * @return mixed |
||
255 | */ |
||
256 | public function getUnitFilePreset() |
||
260 | |||
261 | /** |
||
262 | * @param mixed $UnitFilePreset |
||
263 | * @return Path |
||
264 | */ |
||
265 | public function setUnitFilePreset($UnitFilePreset) |
||
270 | |||
271 | /** |
||
272 | * @return mixed |
||
273 | */ |
||
274 | public function getUnitFileState() |
||
278 | |||
279 | /** |
||
280 | * @param mixed $UnitFileState |
||
281 | * @return Path |
||
282 | */ |
||
283 | public function setUnitFileState($UnitFileState) |
||
288 | |||
289 | /** |
||
290 | * @return array |
||
291 | */ |
||
292 | public function getWantedBy(): array |
||
296 | |||
297 | /** |
||
298 | * @param array $WantedBy |
||
299 | * @return Path |
||
300 | */ |
||
301 | public function setWantedBy(array $WantedBy): Path |
||
306 | } |
||
307 |