Exemplo n.º 1
0
 /**
  * Add a translation instruction.
  *
  * @param string $instruction
  *   The instruction to add to the request.
  */
 public function addInstruction($instruction)
 {
     $this->order->addInstruction($instruction);
 }