Skip to content
Code-Schnipsel Gruppen Projekte
Commit 66a2c730 erstellt von Henning Leutz's avatar Henning Leutz :martial_arts_uniform:
Dateien durchsuchen

fix: Site INterface genutzt nicht Site

Übergeordneter efa2b4bc
No related branches found
No related tags found
Keine zugehörigen Merge Requests gefunden
...@@ -629,11 +629,11 @@ protected function parseSettingToBrickArray(\DOMElement $Setting) ...@@ -629,11 +629,11 @@ protected function parseSettingToBrickArray(\DOMElement $Setting)
* Return the bricks from the area * Return the bricks from the area
* *
* @param string $brickArea - Name of the area * @param string $brickArea - Name of the area
* @param Site $Site * @param QUI\Interfaces\Projects\Site $Site
* *
* @return array * @return array
*/ */
public function getBricksByArea($brickArea, Site $Site) public function getBricksByArea($brickArea, QUI\Interfaces\Projects\Site $Site)
{ {
if (empty($brickArea)) { if (empty($brickArea)) {
return array(); return array();
...@@ -957,11 +957,11 @@ protected function getBricksXMLFiles() ...@@ -957,11 +957,11 @@ protected function getBricksXMLFiles()
* Return the bricks from an area which are inherited from its parents * Return the bricks from an area which are inherited from its parents
* *
* @param string $brickArea - Name of the area * @param string $brickArea - Name of the area
* @param Site $Site - Site object * @param QUI\Interfaces\Projects\Site $Site - Site object
* *
* @return array * @return array
*/ */
protected function getInheritedBricks($brickArea, Site $Site) protected function getInheritedBricks($brickArea, QUI\Interfaces\Projects\Site $Site)
{ {
// inheritance ( vererbung ) // inheritance ( vererbung )
$Project = $Site->getProject(); $Project = $Site->getProject();
......
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren