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

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

remove a command from the composite
public remove ( izzum\command\ICommand $command ) : boolean
$command izzum\command\ICommand
Результат boolean whether or not the removal was succesful
    public function remove(ICommand $command);