コード例 #1
0
 function __construct($paymentMethod, $properties = array())
 {
     parent::__construct($properties);
     $this->paymentMethod = $paymentMethod;
 }
コード例 #2
0
ファイル: MailMessage.php プロジェクト: scotchphp/scotch
 function __construct($parameters = array())
 {
     parent::__construct($parameters);
 }