izzum\command\IComposite::add PHP Метод

add() публичный Метод

add a command to the composite, to be executed in the sequence of commands
public add ( izzum\command\ICommand $command )
$command izzum\command\ICommand
    public function add(ICommand $command);