@@ -497,6 +497,9 @@ |
||
| 497 | 497 | return [$variant, $file]; |
| 498 | 498 | } |
| 499 | 499 | |
| 500 | + /** |
|
| 501 | + * @param string $catalogue |
|
| 502 | + */ |
|
| 500 | 503 | protected function getTemplate($catalogue) |
| 501 | 504 | { |
| 502 | 505 | $date = @date('c'); |
@@ -117,7 +117,7 @@ |
||
| 117 | 117 | |
| 118 | 118 | /** |
| 119 | 119 | * @param string $token |
| 120 | - * @return string hash |
|
| 120 | + * @return integer hash |
|
| 121 | 121 | */ |
| 122 | 122 | private function generateTokenHash($token) |
| 123 | 123 | { |
@@ -109,7 +109,7 @@ |
||
| 109 | 109 | } |
| 110 | 110 | |
| 111 | 111 | /** |
| 112 | - * @return TControl|null control to be validated. Null if no control is found. |
|
| 112 | + * @return \Prado\Web\UI\TControl|null control to be validated. Null if no control is found. |
|
| 113 | 113 | */ |
| 114 | 114 | public function getValidationTarget() |
| 115 | 115 | { |
@@ -286,7 +286,7 @@ discard block |
||
| 286 | 286 | } |
| 287 | 287 | |
| 288 | 288 | /** |
| 289 | - * @param ITemplate $value the template for repeater items |
|
| 289 | + * @param \Prado\Web\UI\TTemplate $value the template for repeater items |
|
| 290 | 290 | * @throws TInvalidDataTypeException if the input is not an {@link ITemplate} or not null. |
| 291 | 291 | */ |
| 292 | 292 | public function setItemTemplate($value) |
@@ -463,7 +463,7 @@ discard block |
||
| 463 | 463 | * This method invokes {@link createItem} to create a new repeater item. |
| 464 | 464 | * @param int $itemIndex zero-based item index. |
| 465 | 465 | * @param TListItemType $itemType item type |
| 466 | - * @return TControl the created item, null if item is not created |
|
| 466 | + * @return \Prado\TComponent|null the created item, null if item is not created |
|
| 467 | 467 | */ |
| 468 | 468 | private function createItemInternal($itemIndex, $itemType) |
| 469 | 469 | { |
@@ -483,7 +483,7 @@ discard block |
||
| 483 | 483 | * @param int $itemIndex zero-based item index. |
| 484 | 484 | * @param TListItemType $itemType item type |
| 485 | 485 | * @param mixed $dataItem data to be associated with the item |
| 486 | - * @return TControl the created item, null if item is not created |
|
| 486 | + * @return \Prado\TComponent|null the created item, null if item is not created |
|
| 487 | 487 | */ |
| 488 | 488 | private function createItemWithDataInternal($itemIndex, $itemType, $dataItem) |
| 489 | 489 | { |
@@ -506,7 +506,7 @@ discard block |
||
| 506 | 506 | * Creates a repeater item instance based on the item type and index. |
| 507 | 507 | * @param int $itemIndex zero-based item index |
| 508 | 508 | * @param TListItemType $itemType item type |
| 509 | - * @return TControl created repeater item |
|
| 509 | + * @return null|\Prado\TComponent created repeater item |
|
| 510 | 510 | */ |
| 511 | 511 | protected function createItem($itemIndex, $itemType) |
| 512 | 512 | { |