@@ -35,7 +35,7 @@ discard block |
||
35 | 35 | * |
36 | 36 | * @param string|null $sClass The callable class |
37 | 37 | * |
38 | - * @return Factory |
|
38 | + * @return Request |
|
39 | 39 | */ |
40 | 40 | public function setClassName($sClass) |
41 | 41 | { |
@@ -58,7 +58,7 @@ discard block |
||
58 | 58 | * |
59 | 59 | * @param CallableObject $xCallable The callable object |
60 | 60 | * |
61 | - * @return Factory |
|
61 | + * @return Request |
|
62 | 62 | */ |
63 | 63 | public function setCallable(CallableObject $xCallable) |
64 | 64 | { |
@@ -71,7 +71,6 @@ discard block |
||
71 | 71 | * Return the javascript call to a Jaxon function or object method |
72 | 72 | * |
73 | 73 | * @param string $sFunction The function or method (without class) name |
74 | - * @param ... $xParams The parameters of the function or method |
|
75 | 74 | * |
76 | 75 | * @return \Jaxon\Request\Request |
77 | 76 | */ |
@@ -100,7 +99,6 @@ discard block |
||
100 | 99 | * Return the javascript call to a generic function |
101 | 100 | * |
102 | 101 | * @param string $sFunction The function or method (with class) name |
103 | - * @param ... $xParams The parameters of the function or method |
|
104 | 102 | * |
105 | 103 | * @return \Jaxon\Request\Request |
106 | 104 | */ |
@@ -124,7 +122,6 @@ discard block |
||
124 | 122 | * @param integer $nItemsPerPage The number of items per page page |
125 | 123 | * @param integer $nCurrentPage The current page |
126 | 124 | * @param string $sMethod The name of function or a method prepended with its class name |
127 | - * @param ... $xParams The parameters of the function or method |
|
128 | 125 | * |
129 | 126 | * @return string the pagination links |
130 | 127 | */ |