1 | <?php |
||
11 | class ProcessList extends Renderer |
||
12 | { |
||
13 | /** |
||
14 | * @var array |
||
15 | */ |
||
16 | protected $profiles; |
||
17 | |||
18 | /** |
||
19 | * @param array $profiles |
||
20 | */ |
||
21 | 4 | public function __construct(array $profiles) |
|
27 | |||
28 | 4 | public function getData() |
|
34 | |||
35 | /** |
||
36 | * @return mixed |
||
37 | */ |
||
38 | 4 | public function getTemplate() |
|
42 | |||
43 | /** |
||
44 | * @return string |
||
45 | */ |
||
46 | 4 | public function getIcon() |
|
50 | |||
51 | /** |
||
52 | * @return string |
||
53 | */ |
||
54 | 4 | public function getTitle() |
|
58 | } |
||
59 |