mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 05:58:46 +02:00
N°2847 - Refactor Web Pages classes - Add UIBlockManager to the WebPage
This commit is contained in:
@@ -222,6 +222,13 @@ class PageContent extends UIBlock
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function AddExtraHtmlContent(string $sExtraHtmlContent):iUIBlock
|
||||
{
|
||||
$this->sExtraHtmlContent .= $sExtraHtmlContent;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the extra HTML content as-is, no processing is done on it
|
||||
*
|
||||
@@ -249,4 +256,4 @@ class PageContent extends UIBlock
|
||||
|
||||
return $aSubBlocks;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user