1 | <?php |
||
10 | abstract class UtilisateurEntity extends Entity |
||
11 | { |
||
12 | |||
13 | /** |
||
14 | * @var \Starkerxp\StructureBundle\Entity\UtilisateurInterface |
||
15 | * |
||
16 | * @ORM\ManyToOne(targetEntity="\Starkerxp\StructureBundle\Entity\UtilisateurInterface", cascade="persist") |
||
17 | * @ORM\JoinColumn(name="utilisateur_id", referencedColumnName="id", nullable=false) |
||
18 | */ |
||
19 | protected $utilisateur; |
||
20 | |||
21 | /** |
||
22 | * Get utilisateur |
||
23 | * |
||
24 | * @return \Starkerxp\StructureBundle\Entity\UtilisateurInterface |
||
25 | */ |
||
26 | public function getUtilisateur() |
||
30 | |||
31 | /** |
||
32 | * Set UtilisateurInterface |
||
33 | * |
||
34 | * @param \Starkerxp\StructureBundle\Entity\UtilisateurInterface $utilisateur |
||
35 | * |
||
36 | */ |
||
37 | public function setUtilisateur(\Starkerxp\StructureBundle\Entity\UtilisateurInterface $utilisateur) |
||
41 | |||
42 | |||
43 | } |
||
|
|||
44 |
This check marks files that end in a newline character, i.e. an empy line.