@@ -22,6 +22,10 @@ |
||
22 | 22 | throw new JException($e->getMessage(), 1); |
23 | 23 | } |
24 | 24 | } |
25 | + |
|
26 | + /** |
|
27 | + * @param Connection $_connection |
|
28 | + */ |
|
25 | 29 | public function addConnectionMan( $_connection, $_name = "default") { |
26 | 30 | if(!is_object($_connection) || !is_a($_connection, "Connection")) |
27 | 31 | throw new JException("Parameter must be a Connection object.", 1); |
@@ -36,6 +36,9 @@ |
||
36 | 36 | return $temp; |
37 | 37 | } |
38 | 38 | |
39 | + /** |
|
40 | + * @param string $_type |
|
41 | + */ |
|
39 | 42 | function jBlockFileMan( $_path, $_type, $_parameters = [] ) { |
40 | 43 | try { |
41 | 44 | $temp = Parser::parseFileMan($_path, $_parameters, $_type); |