Пример #1
0
 protected function saveToInvolvePerson($name, $this)
 {
     InvolvePerson::store($this->qdn->id, Employee::byName($name));
 }