Exemple #1
0
 function buildUrl($hash = array())
 {
     return parent::buildUrl($hash, array(), $this->method);
 }
Exemple #2
0
 /**
  * URL を生成
  */
 function buildUrl($hash = array())
 {
     $params = array('email' => $this->login, 'password' => $this->password);
     return parent::buildUrl($hash, $params, $this->method);
 }