| 1 | <?php  | 
            ||
| 7 | class CompositeExemplifyRunner implements ExemplifyRunner  | 
            ||
| 8 | { | 
            ||
| 9 | /**  | 
            ||
| 10 | * @var ExemplifyRunner  | 
            ||
| 11 | */  | 
            ||
| 12 | private $exemplifyRunner;  | 
            ||
| 13 | |||
| 14 | /**  | 
            ||
| 15 | * @param PlatformSpecificExemplifyRunner[] $exemplifyRunners  | 
            ||
| 16 | */  | 
            ||
| 17 | public function __construct(array $exemplifyRunners)  | 
            ||
| 26 | |||
| 27 | public function runExemplifyCommand($className, $methodName)  | 
            ||
| 31 | }  | 
            ||
| 32 |