mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 22:48:45 +02:00
N°3785 - Use DownloadPage to download documents
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user