Skip to content

Latest commit

 

History

History
159 lines (105 loc) · 3.75 KB

File metadata and controls

159 lines (105 loc) · 3.75 KB

BumbleDocGen / Technical description of the project / Class map / AdditionalCommandCollection


namespace BumbleDocGen\Console\Command;

final class AdditionalCommandCollection implements \IteratorAggregate, \Traversable

Methods:

  1. add
  2. create
  3. getIterator - Retrieve an external iterator

Method details:

public function add(\Symfony\Component\Console\Command\Command $command): \BumbleDocGen\Console\Command\AdditionalCommandCollection;

Parameters:

Name Type Description
$command \Symfony\Component\Console\Command\Command -

Return value: \BumbleDocGen\Console\Command\AdditionalCommandCollection


public static function create(\Symfony\Component\Console\Command\Command ...$commands): \BumbleDocGen\Console\Command\AdditionalCommandCollection;

Parameters:

Name Type Description
$commands (variadic) \Symfony\Component\Console\Command\Command -

Return value: \BumbleDocGen\Console\Command\AdditionalCommandCollection


public function getIterator(): \Generator;
Retrieve an external iterator

Parameters: not specified

Return value: \Generator

Throws:

See: