mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-16 06:24:12 +01:00
🌐 dico
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user