This commit is contained in:
Molkobain
2018-10-17 15:36:07 +02:00
parent 7b49bde3ad
commit 276427e3df

View File

@@ -357,7 +357,8 @@ abstract class Dashboard
}
/**
* @param \WebPage $oPage
* @param \WebPage $oPage *
* @param array $aExtraParams
*
* @throws \ReflectionException
*/
@@ -559,6 +560,12 @@ EOF
return $iNewId + 1;
}
/**
* @param $oForm
* @param array $aExtraParams
*
* @return mixed
*/
abstract protected function SetFormParams($oForm, $aExtraParams = array());
public static function GetDashletClassFromType($sType, $oFactory = null)