@@ -73,6 +73,7 @@ discard block |
||
| 73 | 73 | /** |
| 74 | 74 | * Set the line ending character to use |
| 75 | 75 | * @param string The line ending sequence |
| 76 | + * @param string $le |
|
| 76 | 77 | * @return boolean |
| 77 | 78 | */ |
| 78 | 79 | public function setLE($le) |
@@ -296,6 +297,7 @@ discard block |
||
| 296 | 297 | * @param string The name of the main header |
| 297 | 298 | * @param string The name of the attribute |
| 298 | 299 | * @param string $name |
| 300 | + * @param string $header |
|
| 299 | 301 | * @return boolean |
| 300 | 302 | */ |
| 301 | 303 | public function hasAttribute($header, $name) |
@@ -181,6 +181,7 @@ |
||
| 181 | 181 | /** |
| 182 | 182 | * Set the content type of this MIME document |
| 183 | 183 | * @param string The content type to use in the same format as MIME 1.0 expects |
| 184 | + * @param string $type |
|
| 184 | 185 | */ |
| 185 | 186 | public function setContentType($type) |
| 186 | 187 | { |
@@ -7,6 +7,7 @@ |
||
| 7 | 7 | * @copyright (c) 2007 Kohana Team |
| 8 | 8 | * @copyright (c) 2005 Harry Fuecks |
| 9 | 9 | * @license http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt |
| 10 | + * @param string $str |
|
| 10 | 11 | */ |
| 11 | 12 | function _str_split($str, $split_length = 1) |
| 12 | 13 | { |
@@ -297,6 +297,7 @@ |
||
| 297 | 297 | * @param resource database link |
| 298 | 298 | * @param boolean return objects or arrays |
| 299 | 299 | * @param string SQL query that was run |
| 300 | + * @param string $sql |
|
| 300 | 301 | */ |
| 301 | 302 | public function __construct($result, $link, $object = true, $sql) |
| 302 | 303 | { |
@@ -297,6 +297,7 @@ |
||
| 297 | 297 | * @param resource database link |
| 298 | 298 | * @param boolean return objects or arrays |
| 299 | 299 | * @param string SQL query that was run |
| 300 | + * @param string $sql |
|
| 300 | 301 | */ |
| 301 | 302 | public function __construct($result, $link, $object = true, $sql) |
| 302 | 303 | { |
@@ -297,6 +297,7 @@ |
||
| 297 | 297 | * @param resource database link |
| 298 | 298 | * @param boolean return objects or arrays |
| 299 | 299 | * @param string SQL query that was run |
| 300 | + * @param string $sql |
|
| 300 | 301 | */ |
| 301 | 302 | public function __construct($result, $link, $object = true, $sql) |
| 302 | 303 | { |