changeImageWithCode() public method

public changeImageWithCode ( string $code, string $path )
$code string
$path string
 /**
  * @When I change the image with the :code code to :path
  */
 public function iChangeItsImageToPathForTheCode($path, $code)
 {
     $this->updatePage->changeImageWithCode($code, $path);
 }