removeImageWithCode() public method

public removeImageWithCode ( string $code )
$code string
 /**
  * @When /^I remove(?:| also) an image with a code "([^"]*)"$/
  */
 public function iRemoveAnImageWithACode($code)
 {
     $this->updatePage->removeImageWithCode($code);
 }