nameCode() public méthode

public nameCode ( integer $nth, string $code )
$nth integer
$code string
 /**
  * @When /^I specify that the (\d)(?:st|nd|rd|th) variant is identified by "([^"]+)" code$/
  */
 public function iSpecifyThereAreVariantsIdentifiedByCode($nthVariant, $code)
 {
     $this->generatePage->nameCode($nthVariant, $code - 1);
 }