Jelix\Installer\AbstractInstallLauncher::getInstaller PHP Method

getInstaller() abstract public method

get the object which is responsible to install the component. this object should implement InstallerInterface.
abstract public getInstaller ( EntryPoint $ep, boolean $installWholeApp ) : Jelix\Installer\InstallerInterface
$ep EntryPoint the entry point
$installWholeApp boolean true if the installation is done during app installation
return Jelix\Installer\InstallerInterface the installer, or null if there isn't any installer or false if the installer is useless for the given parameter
    abstract function getInstaller(EntryPoint $ep, $installWholeApp);