Lines Matching refs:p
33 function run(&$xml_reponse, $p) argument
35 $clientid = $p["clientid"];
36 $param = $p["param"];
37 $sender = $p["sender"];
38 $recipient = $p["recipient"];
39 $recipientid = $p["recipientid"];
72 $p["clientid"] = $clientid;
73 $p["param"] = $param;
74 $p["sender"] = $sender;
75 $p["recipient"] = $recipient;
76 $p["recipientid"] = $recipientid;
77 return $this->next->run($xml_reponse, $p);