Merge branch 'dev-php-7.4' into reactjs

This commit is contained in:
2020-06-14 19:41:57 +02:00
16 changed files with 81 additions and 16 deletions

View File

@@ -21,7 +21,6 @@ abstract class View extends StaticView {
}
public function getTitle() { return $this->title; }
public function __toString() { return $this->getCode(); }
public function getDocument() { return $this->document; }
public function isSearchable() { return $this->searchable; }
public function getReference() { return $this->reference; }