コード例 #1
0
ファイル: Request.php プロジェクト: MPParsley/xconnect
 /**
  * Add a translation instruction.
  *
  * @param string $instruction
  *   The instruction to add to the request.
  */
 public function addInstruction($instruction)
 {
     $this->order->addInstruction($instruction);
 }