@@ -38,6 +38,9 @@ discard block |
||
38 | 38 | */ |
39 | 39 | protected $config; |
40 | 40 | |
41 | + /** |
|
42 | + * @param string $name |
|
43 | + */ |
|
41 | 44 | public function __construct($name, $title = null, $value = null) |
42 | 45 | { |
43 | 46 | $this->config = $this->config()->default_config; |
@@ -127,6 +130,7 @@ discard block |
||
127 | 130 | * Remove the parts of the url we don't want. |
128 | 131 | * Set any defaults, if missing. |
129 | 132 | * Remove any trailing slash, and rebuild. |
133 | + * @param string $url |
|
130 | 134 | * @return string |
131 | 135 | */ |
132 | 136 | protected function rebuildURL($url) |