izzum\command\IComposite::remove PHP Method

remove() public method

remove a command from the composite
public remove ( izzum\command\ICommand $command ) : boolean
$command izzum\command\ICommand
return boolean whether or not the removal was succesful
    public function remove(ICommand $command);