Home
last modified time | relevance | path

Searched refs:getObjectImplementingInterface (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/ComboStrap/
H A DFetcherSystem.php27 $fetchers = ClassUtility::getObjectImplementingInterface(IFetcherPath::class);
84 $fetchers = ClassUtility::getObjectImplementingInterface(IFetcherString::class);
H A DClassUtility.php51 public static function getObjectImplementingInterface(string $interface): array function in ComboStrap\\ClassUtility