コード例 #1
0
 /** {@inheritdoc} */
 public function getPurchaseModel($options = [])
 {
     return parent::getPurchaseModel(array_merge(['password' => $this->password], $options));
 }