芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/public_html/wp-content/plugins/mailpoet/lib/API/REST/EndpointContainer.php
container = $container; } public function get(string $class): Endpoint { $endpoint = $this->container->get($class); if (!$endpoint instanceof Endpoint) { throw new InvalidStateException(sprintf("Class '%s' doesn't implement '%s'", $class, Endpoint::class)); } return $endpoint; } }