update
This commit is contained in:
@@ -45,6 +45,7 @@ class MfParticipant extends DataObject{
|
||||
'autor' => 'autor',
|
||||
'name' => 'name',
|
||||
'nip' => 'nip',
|
||||
'additional_info' => 'additionalInfo',
|
||||
'phone' => 'phone',
|
||||
'position' => 'position',
|
||||
'post_code' => 'postCode',
|
||||
@@ -89,6 +90,7 @@ class MfParticipant extends DataObject{
|
||||
private $autor;
|
||||
private $name;
|
||||
private $nip;
|
||||
private $additionalInfo;
|
||||
private $phone;
|
||||
private $position;
|
||||
private $postCode;
|
||||
@@ -314,7 +316,15 @@ class MfParticipant extends DataObject{
|
||||
$this->nip = $nip;
|
||||
}
|
||||
|
||||
|
||||
public function getAdditionalInfo(){
|
||||
return $this->additionalInfo;
|
||||
}
|
||||
|
||||
public function setAdditionalInfo($additionalInfo){
|
||||
$this->additionalInfo = $additionalInfo;
|
||||
}
|
||||
|
||||
|
||||
public function getPhone(){
|
||||
return $this->phone;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user