| 1 | <?php |
||
| 12 | class LeadSerialisation |
||
| 13 | { |
||
| 14 | use \Starkerxp\StructureBundle\Entity\IdTrait; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @var array |
||
| 18 | * |
||
| 19 | * @ORM\Column(name="serialisation", type="json_array") |
||
| 20 | */ |
||
| 21 | protected $serialisation; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Get serialisation |
||
| 25 | * |
||
| 26 | * @return array |
||
| 27 | */ |
||
| 28 | public function getSerialisation() |
||
| 32 | |||
| 33 | /** |
||
| 34 | * Set serialisation |
||
| 35 | * |
||
| 36 | * @param array $serialisation |
||
| 37 | * @return LeadSerialisation |
||
| 38 | */ |
||
| 39 | public function setSerialisation($serialisation) |
||
| 45 | |||
| 46 | } |
||
|
|
|||
| 47 |
This check marks files that end in a newline character, i.e. an empy line.