Пример #1
0
 public function __construct(CountryInterface $country, SubdivisionInterface $state)
 {
     parent::__construct($country);
     $this->state = $state;
 }