@@ -36,6 +36,12 @@ |
||
| 36 | 36 | protected $priority; |
| 37 | 37 | protected $url; |
| 38 | 38 | |
| 39 | + /** |
|
| 40 | + * @param string $id |
|
| 41 | + * @param \OC\L10N\L10NString $name |
|
| 42 | + * @param integer $priority |
|
| 43 | + * @param string $url |
|
| 44 | + */ |
|
| 39 | 45 | public function __construct($id, $name, $priority, $url) { |
| 40 | 46 | $this->id = $id; |
| 41 | 47 | $this->name = $name; |