Lines Matching refs:return_to

340     private $return_to;  variable in Auth_OpenID_MalformedReturnURL
342 function __construct($message, $return_to) argument
344 $this->return_to = $return_to;
386 public $return_to = ''; variable in Auth_OpenID_Request
830 * @param string $return_to
837 static function make($message, $identity, $return_to, $trust_root = null, argument
845 if ($return_to &&
846 !Auth_OpenID_TrustRoot::_parse($return_to)) {
847 return new Auth_OpenID_MalformedReturnURL($message, $return_to);
850 $r = new Auth_OpenID_CheckIDRequest($identity, $return_to,
859 $return_to,
877 function __construct($identity, $return_to, argument
890 $this->return_to = $return_to;
915 ($this->return_to == $other->return_to) &&
937 [$this->trust_root, $this->return_to, $fetcher]);
954 $return_to = $message->getArg(Auth_OpenID_OPENID_NS,
958 (!$return_to)) {
994 $trust_root = $return_to;
998 ($return_to === null) &&
1009 $return_to,
1043 if ($this->return_to !== null) {
1045 $this->return_to);
1093 if (!$this->return_to) {
1126 $this->return_to,
1185 'return_to' => $this->return_to,
1222 $this->return_to,
1247 if (!$this->return_to) {
1260 'return_to' => $this->return_to,
1283 if (!$this->return_to) {
1295 return $response->toURL($this->return_to);
1346 return $this->fields->toFormMarkup($this->request->return_to,
1373 return $this->fields->toURL($this->request->return_to);
1819 private $return_to = ''; variable in Auth_OpenID_UntrustedReturnURL
1826 * @param null|string $return_to
1829 function __construct($message, $return_to, $trust_root) argument
1832 $this->return_to = $return_to;
1839 $this->return_to, $this->trust_root);