Example #1
0
 /**
 * 取得指定邮箱的用户信息
 * 若$this->update非空,则禁止操作
 */
 public function mail($mail, $getinfo = false)
 {
     $this->canchange();
     return parent::mail($mail, $getinfo);
 }