Lines Matching refs:getId
95 throw new Exception('error_nourl', [$extension->getId()]);
157 $this->processed[$extension->getId()] = self::STATUS_SKIPPED;
171 if ($id == $extension->getId()) continue; // avoid circular dependencies
184 $this->processed[$extension->getId()] = $status;
199 throw new Exception('error_notinstalled', [$extension->getId()]);
203 throw new Exception('error_uninstall_protected', [$extension->getId()]);
210 …throw new Exception('error_uninstall_dependants', [$extension->getId(), implode(', ', $dependants)…
214 throw new Exception('msg_delete_failed', [$extension->getId()]);
218 $this->processed[$extension->getId()] = self::STATUS_REMOVED;
229 … if (!$extension->isInstalled()) throw new Exception('error_notinstalled', [$extension->getId()]);
230 … if ($extension->isEnabled()) throw new Exception('error_alreadyenabled', [$extension->getId()]);
248 … if (!$extension->isInstalled()) throw new Exception('error_notinstalled', [$extension->getId()]);
249 … if (!$extension->isEnabled()) throw new Exception('error_alreadydisabled', [$extension->getId()]);
250 … ($extension->isProtected()) throw new Exception('error_disable_protected', [$extension->getId()]);
254 …throw new Exception('error_disable_dependants', [$extension->getId(), implode(', ', $dependants)]);
387 throw new Exception('error_minphp', [$extension->getId(), $min, PHP_VERSION]);
392 throw new Exception('error_maxphp', [$extension->getId(), $max, PHP_VERSION]);