@@ -266,7 +266,7 @@ discard block |
||
| 266 | 266 | * Check if PHP function is trusted. |
| 267 | 267 | * |
| 268 | 268 | * @param string $function_name |
| 269 | - * @param object $compiler compiler object |
|
| 269 | + * @param Smarty_Internal_TemplateCompilerBase $compiler compiler object |
|
| 270 | 270 | * |
| 271 | 271 | * @return boolean true if function is trusted |
| 272 | 272 | * @throws SmartyCompilerException if php function is not trusted |
@@ -311,7 +311,7 @@ discard block |
||
| 311 | 311 | * |
| 312 | 312 | * @param string $class_name |
| 313 | 313 | * @param string $params |
| 314 | - * @param object $compiler compiler object |
|
| 314 | + * @param Smarty_Internal_TemplateCompilerBase $compiler compiler object |
|
| 315 | 315 | * |
| 316 | 316 | * @return boolean true if class method is trusted |
| 317 | 317 | * @throws SmartyCompilerException if static class method is not trusted |
@@ -349,7 +349,7 @@ discard block |
||
| 349 | 349 | * Check if PHP modifier is trusted. |
| 350 | 350 | * |
| 351 | 351 | * @param string $modifier_name |
| 352 | - * @param object $compiler compiler object |
|
| 352 | + * @param Smarty_Internal_TemplateCompilerBase $compiler compiler object |
|
| 353 | 353 | * |
| 354 | 354 | * @return boolean true if modifier is trusted |
| 355 | 355 | * @throws SmartyCompilerException if modifier is not trusted |
@@ -371,7 +371,7 @@ discard block |
||
| 371 | 371 | * Check if tag is trusted. |
| 372 | 372 | * |
| 373 | 373 | * @param string $tag_name |
| 374 | - * @param object $compiler compiler object |
|
| 374 | + * @param Smarty_Internal_TemplateCompilerBase $compiler compiler object |
|
| 375 | 375 | * |
| 376 | 376 | * @return boolean true if tag is trusted |
| 377 | 377 | * @throws SmartyCompilerException if modifier is not trusted |
@@ -406,7 +406,7 @@ discard block |
||
| 406 | 406 | * Check if special $smarty variable is trusted. |
| 407 | 407 | * |
| 408 | 408 | * @param string $var_name |
| 409 | - * @param object $compiler compiler object |
|
| 409 | + * @param Smarty_Internal_TemplateCompilerBase $compiler compiler object |
|
| 410 | 410 | * |
| 411 | 411 | * @return boolean true if tag is trusted |
| 412 | 412 | * @throws SmartyCompilerException if modifier is not trusted |
@@ -427,7 +427,7 @@ discard block |
||
| 427 | 427 | * Check if modifier plugin is trusted. |
| 428 | 428 | * |
| 429 | 429 | * @param string $modifier_name |
| 430 | - * @param object $compiler compiler object |
|
| 430 | + * @param Smarty_Internal_TemplateCompilerBase $compiler compiler object |
|
| 431 | 431 | * |
| 432 | 432 | * @return boolean true if tag is trusted |
| 433 | 433 | * @throws SmartyCompilerException if modifier is not trusted |
@@ -462,7 +462,7 @@ discard block |
||
| 462 | 462 | * Check if constants are enabled or trusted |
| 463 | 463 | * |
| 464 | 464 | * @param string $const constant name |
| 465 | - * @param object $compiler compiler object |
|
| 465 | + * @param Smarty_Internal_TemplateCompilerBase $compiler compiler object |
|
| 466 | 466 | * |
| 467 | 467 | * @return bool |
| 468 | 468 | */ |
@@ -126,7 +126,6 @@ |
||
| 126 | 126 | /** |
| 127 | 127 | * create Source Object container |
| 128 | 128 | * |
| 129 | - * @param Smarty_Resource $handler Resource Handler this source object communicates with |
|
| 130 | 129 | * @param Smarty $smarty Smarty instance this source object belongs to |
| 131 | 130 | * @param string $resource full template_resource |
| 132 | 131 | * @param string $type type of resource |
@@ -37,7 +37,7 @@ |
||
| 37 | 37 | * @param \Smarty_Internal_TemplateCompilerBase $compiler compiler object |
| 38 | 38 | * @param array $parameter array with compilation parameter |
| 39 | 39 | * |
| 40 | - * @return bool true |
|
| 40 | + * @return string true |
|
| 41 | 41 | */ |
| 42 | 42 | public function compile($args, Smarty_Internal_TemplateCompilerBase $compiler, $parameter) |
| 43 | 43 | { |
@@ -61,7 +61,7 @@ |
||
| 61 | 61 | * @param integer $iHeight |
| 62 | 62 | * @param boolean $bOnlyActive |
| 63 | 63 | * |
| 64 | - * @return boolean|void |
|
| 64 | + * @return false|null |
|
| 65 | 65 | */ |
| 66 | 66 | public function ad($iWidth, $iHeight, $bOnlyActive = true) |
| 67 | 67 | { |