annotate vendor/consolidation/annotated-command/src/ParameterInjector.php @ 19:fa3358dc1485 tip

Add ndrum files
author Chris Cannam
date Wed, 28 Aug 2019 13:14:47 +0100
parents 129ea1e6d783
children
rev   line source
Chris@17 1 <?php
Chris@17 2 namespace Consolidation\AnnotatedCommand;
Chris@17 3
Chris@17 4 /**
Chris@17 5 * Provide an object for the specified interface or class name.
Chris@17 6 */
Chris@17 7 interface ParameterInjector
Chris@17 8 {
Chris@17 9 public function get(CommandData $commandData, $interfaceName);
Chris@17 10 }