MCP PHP SDK

ChainLoader implements LoaderInterface

FinalYes

Composes multiple loaders into a single one. Child loaders run in the order they were given; for conflicting keys, the loader that runs later wins (last-write-wins).

Tags
author

Christopher Hertel mail@christopher-hertel.de

Table of Contents

Interfaces

LoaderInterface

Properties

$loaders  : array<string|int, mixed>

Methods

__construct()  : mixed
load()  : void

Properties

$loaders read-only

private array<string|int, mixed> $loaders

Methods

On this page

Search results