Пример #1
0
 public function __construct($name, Payment $payment)
 {
     $this->payment = $payment;
     parent::__construct($name);
 }