1
0
Fork 0

added $installer->isDryRun()

pull/3348/head
jakoch 2014-10-11 19:30:19 +02:00
parent 73e9db5d99
commit c8b9d299d5
1 changed files with 10 additions and 0 deletions

View File

@ -1052,6 +1052,16 @@ class Installer
return $this;
}
/**
* Checks, if this is a dry run (simulation mode).
*
* @return bool
*/
public function isDryRun()
{
return $this->dryRun;
}
/**
* prefer source installation
*