chooseParent() public method

public chooseParent ( Sylius\Component\Core\Model\TaxonInterface $taxon )
$taxon Sylius\Component\Core\Model\TaxonInterface
 /**
  * @Given /^I change its (parent taxon to "[^"]+")$/
  */
 public function iChangeItsParentTaxonTo(TaxonInterface $taxon)
 {
     $this->updatePage->chooseParent($taxon);
 }