$system->isInstallable()
Check if the Panel is installable. On a public server the panel.install option must be explicitly set to true to get the installer up and running.
$system->isInstallable(): bool
Return type
bool
This method modifies the existing $system
object it is applied to and returns it again.