Changeset View
Changeset View
Standalone View
Standalone View
src/applications/conduit/call/ConduitCall.php
| Show First 20 Lines • Show All 144 Lines • ▼ Show 20 Lines | protected function buildMethodHandler($method_name) { | ||||
| if ($application && !$application->isInstalled()) { | if ($application && !$application->isInstalled()) { | ||||
| $app_name = $application->getName(); | $app_name = $application->getName(); | ||||
| throw new ConduitApplicationNotInstalledException($method, $app_name); | throw new ConduitApplicationNotInstalledException($method, $app_name); | ||||
| } | } | ||||
| return $method; | return $method; | ||||
| } | } | ||||
| public function getMethodImplementation() { | |||||
| return $this->handler; | |||||
| } | |||||
| } | } | ||||