| 1 | <?php |
||
| 20 | class Section implements IIconSection { |
||
| 21 | |||
| 22 | /** @var IL10N */ |
||
| 23 | private $l; |
||
| 24 | |||
| 25 | /** @var IURLGenerator */ |
||
| 26 | private $urlGenerator; |
||
| 27 | |||
| 28 | /** |
||
| 29 | * |
||
| 30 | * @param IL10N $l |
||
| 31 | * @param IURLGenerator $urlGenerator |
||
| 32 | */ |
||
| 33 | 4 | public function __construct(IL10N $l, IURLGenerator $urlGenerator) { |
|
| 37 | |||
| 38 | /** |
||
| 39 | * |
||
| 40 | * {@inheritdoc} |
||
| 41 | * |
||
| 42 | */ |
||
| 43 | 1 | public function getID() { |
|
| 46 | |||
| 47 | /** |
||
| 48 | * |
||
| 49 | * {@inheritdoc} |
||
| 50 | * |
||
| 51 | */ |
||
| 52 | 1 | public function getName() { |
|
| 55 | |||
| 56 | /** |
||
| 57 | * |
||
| 58 | * {@inheritdoc} |
||
| 59 | * |
||
| 60 | */ |
||
| 61 | 1 | public function getPriority() { |
|
| 64 | |||
| 65 | /** |
||
| 66 | * |
||
| 67 | * {@inheritdoc} |
||
| 68 | * |
||
| 69 | */ |
||
| 70 | 1 | public function getIcon() { |
|
| 73 | } |