mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
N°2847 - FieldSet, MultiColumn, Tab for object details CSS
This commit is contained in:
@@ -15,4 +15,12 @@ class TitleFactory
|
||||
{
|
||||
return new Title($sTitle, 1, $sId);
|
||||
}
|
||||
|
||||
public static function MakeForObjectDetails(string $sClassName, string $sObjectName, string $sIconHtml, ?string $sId = null)
|
||||
{
|
||||
$oTitle = new TitleForObjectDetails($sClassName, $sObjectName, $sId);
|
||||
$oTitle->SetIcon($sIconHtml);
|
||||
|
||||
return $oTitle;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user