@@ -64,7 +64,7 @@ |
||
| 64 | 64 | /** |
| 65 | 65 | * Renders the block for template |
| 66 | 66 | * |
| 67 | - * @return string |
|
| 67 | + * @return HTMLText |
|
| 68 | 68 | */ |
| 69 | 69 | public function RenderBlock() |
| 70 | 70 | { |
@@ -68,7 +68,7 @@ |
||
| 68 | 68 | /** |
| 69 | 69 | * Renders the Tile into the parent {@link ContentBlock_TileSection}'s chosen template |
| 70 | 70 | * |
| 71 | - * @return string |
|
| 71 | + * @return HTMLText|null |
|
| 72 | 72 | */ |
| 73 | 73 | public function RenderTile() |
| 74 | 74 | { |
@@ -64,7 +64,7 @@ |
||
| 64 | 64 | /** |
| 65 | 65 | * Renders the block for template |
| 66 | 66 | * |
| 67 | - * @return string |
|
| 67 | + * @return HTMLText |
|
| 68 | 68 | */ |
| 69 | 69 | public function RenderBlock() |
| 70 | 70 | { |