| Total Complexity | 4 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | class IterateDefinition implements Definition, Shareable, CallableMethod, Taggable |
||
| 18 | { |
||
| 19 | use IdentifiableTrait; |
||
| 20 | use ShareableTrait; |
||
| 21 | use CallableMethodTrait; |
||
| 22 | use TaggableTrait; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @var string[] |
||
| 26 | */ |
||
| 27 | protected $ids; |
||
| 28 | |||
| 29 | public function __construct(string ...$id) |
||
| 32 | } |
||
| 33 | |||
| 34 | public function ids(): array |
||
| 37 | } |
||
| 38 | |||
| 39 | public function getConcrete(ContainerInterface $container): Traversable |
||
| 46 |