mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
N°2847 - Refactor Web Pages classes - Add UIBlockManager to the WebPage
This commit is contained in:
@@ -106,4 +106,14 @@ interface iUIBlock
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function GetCssFilesUrlRecursively(bool $bAbsoluteUrl = false);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Add HTML code to the current block
|
||||
*
|
||||
* @param string $sHTML
|
||||
*
|
||||
* @return $this
|
||||
*/
|
||||
public function AddExtraHtmlContent(string $sHTML) :iUIBlock;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user