mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-26 16:45:01 +00:00
ManyToOne(Address)
This commit is contained in:
@@ -27,6 +27,8 @@ class BlopEntity
|
||||
*/
|
||||
private $customField;
|
||||
|
||||
private $adress;
|
||||
|
||||
|
||||
/**
|
||||
* Get id
|
||||
@@ -38,6 +40,23 @@ class BlopEntity
|
||||
return $this->id;
|
||||
}
|
||||
|
||||
public function setAdress($a)
|
||||
{
|
||||
$this->adress = $a;
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get field1
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
public function getAdress()
|
||||
{
|
||||
return $this->adress;
|
||||
}
|
||||
|
||||
/**
|
||||
* Set field1
|
||||
*
|
||||
|
Reference in New Issue
Block a user