N°2847 - Rework on iUIContentBlock and PageContent

* Add new Trait tUIContentAreas to handle multiple content areas across UIBlock classes (extracted from PageContent)
* Remove return type hinting in some method when type was "self" or the class itself when it's meant to be overloaded (works only with PHP 7.4+)
* Update some PHPDoc
* Reformat some brackets
This commit is contained in:
Molkobain
2020-09-30 15:25:26 +02:00
parent d49dd8b993
commit ce001a8097
8 changed files with 303 additions and 235 deletions

View File

@@ -257,7 +257,7 @@ abstract class UIBlock implements iUIBlock
}
public function AddHtml(string $sHTML): iUIBlock
public function AddHtml(string $sHTML)
{
// By default this does nothing
return $this;