Пример #1
0
 public function __construct(Person $person)
 {
     $this->id = $person->getId();
     $this->firstName = $person->getFirstName();
 }