Exemplo n.º 1
0
 /**
  * Set the reference for the translation.
  *
  * @param string $reference
  *   The client refenece to use in all communication about the request.
  */
 public function setReference($reference)
 {
     $this->order->setReference($reference);
 }