🌐 dico

This commit is contained in:
Eric Espie
2026-03-11 14:26:59 +01:00
parent 781be345b8
commit b35dca7150
7 changed files with 85 additions and 25 deletions

View File

@@ -66,6 +66,16 @@ abstract class WizardStep
protected $bDependencyCheck = null;
protected $sDependencyIssue = null;
/**
* Add post display stuff to the setup screen
* @param \SetupPage $oPage
*
* @return void
*/
public function PostFormDisplay(SetupPage $oPage)
{
}
protected function CheckDependencies()
{
if (is_null($this->bDependencyCheck)) {