Commands
final class Commands implements IteratorAggregate, Countable (View source)
Methods
static Commands
static Commands
createEmpty()
No description
getIterator()
No description
bool
isEmpty()
No description
int
count()
No description
Details
static Commands
create(CommandInterface ...$items)
No description
static Commands
createEmpty()
No description
static Commands
fromArray(array $array)
No description
Commands
append(CommandInterface $command)
No description
Traversable
getIterator()
No description
bool
isEmpty()
No description
int
count()
No description