コード例 #1
0
ファイル: PwdGateway.php プロジェクト: robtuley/knotwerk
 function __construct($id, $email, $salt, $name, $country, $phone)
 {
     parent::__construct($id, $email);
     $this->salt = $salt;
     $this->name = $name;
     $this->ctry = $country;
     $this->phone = $phone;
 }