mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 13:08:45 +02:00
N°2847 - Refactor Web Pages classes - Add UIBlockManager to the WebPage
This commit is contained in:
@@ -208,4 +208,11 @@ abstract class UIBlock implements iUIBlock
|
||||
|
||||
return $aFiles;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public function AddExtraHtmlContent(string $sHTML) :iUIBlock
|
||||
{
|
||||
// By default this does nothing
|
||||
return $this;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user