N°3785 - Use DownloadPage to download documents

This commit is contained in:
Eric
2021-03-04 16:37:15 +01:00
parent 226c301d92
commit 622b486d1f
10 changed files with 42 additions and 97 deletions

View File

@@ -4,8 +4,6 @@
* @license http://opensource.org/licenses/AGPL-3.0
*/
use Combodo\iTop\Application\UI\Base\iUIBlock;
/**
* Generic interface common to CLI and Web pages
@@ -26,7 +24,7 @@ interface Page
*
* @return void
*/
public function add($sText): ?iUIBlock;
public function add($sText);
/**
* Add a paragraph to the body of the page