@@ -32,6 +32,9 @@ |
||
32 | 32 | return MODULE_SECURITY_CHECK_EXTENDED_EXT_DIRECTORY_LISTING_HTTP_200; |
33 | 33 | } |
34 | 34 | |
35 | + /** |
|
36 | + * @param null|string $url |
|
37 | + */ |
|
35 | 38 | function getHttpRequest($url) { |
36 | 39 | $server = parse_url($url); |
37 | 40 |
@@ -32,6 +32,9 @@ |
||
32 | 32 | return MODULE_SECURITY_CHECK_EXTENDED_EXT_DIRECTORY_LISTING_HTTP_200; |
33 | 33 | } |
34 | 34 | |
35 | + /** |
|
36 | + * @param null|string $url |
|
37 | + */ |
|
35 | 38 | function getHttpRequest($url) { |
36 | 39 | $server = parse_url($url); |
37 | 40 |
@@ -14,6 +14,9 @@ |
||
14 | 14 | |
15 | 15 | //// |
16 | 16 | // Sets the status of a special product |
17 | + /** |
|
18 | + * @param integer $status |
|
19 | + */ |
|
17 | 20 | function tep_set_specials_status($specials_id, $status) { |
18 | 21 | $OSCOM_Db = Registry::get('Db'); |
19 | 22 |
@@ -68,6 +68,9 @@ |
||
68 | 68 | return $this->forKey("index" . $index); |
69 | 69 | } |
70 | 70 | |
71 | + /** |
|
72 | + * @param string $key |
|
73 | + */ |
|
71 | 74 | public function forKey($key) |
72 | 75 | { |
73 | 76 | return isset($this->_nested[$key]) ? $this->_nested[$key] : null; |
@@ -2,6 +2,9 @@ |
||
2 | 2 | |
3 | 3 | class Braintree_RangeNode |
4 | 4 | { |
5 | + /** |
|
6 | + * @param string $name |
|
7 | + */ |
|
5 | 8 | function __construct($name) |
6 | 9 | { |
7 | 10 | $this->name = $name; |
@@ -2,6 +2,9 @@ |
||
2 | 2 | |
3 | 3 | class Braintree_RangeNode |
4 | 4 | { |
5 | + /** |
|
6 | + * @param string $name |
|
7 | + */ |
|
5 | 8 | function __construct($name) |
6 | 9 | { |
7 | 10 | $this->name = $name; |