Merge remote-tracking branch 'origin/datatable' into feature/backoffice-full-moon-design

This commit is contained in:
Eric
2020-11-16 15:24:07 +01:00
101 changed files with 3838 additions and 1521 deletions

View File

@@ -66,4 +66,9 @@ class TitleFactory
return $oTitle;
}
public static function MakeNeutral(string $sTitle, int $iLevel = 1, ?string $sId = null)
{
return new Title($sTitle, $iLevel, $sId);
}
}