1 | <?php |
||
10 | abstract class UtilisateurArchiveEntity extends UtilisateurEntity implements ArchiveInterface |
||
11 | { |
||
12 | |||
13 | /** |
||
14 | * @var boolean |
||
15 | * |
||
16 | * @ORM\Column(name="is_archive", type="boolean", nullable=true, options={"default":0}) |
||
17 | */ |
||
18 | protected $isArchive = false; |
||
19 | |||
20 | public function getIsArchive() |
||
24 | |||
25 | public function setIsArchive($isArchive) |
||
29 | } |
||
|
|||
30 |
This check marks files that end in a newline character, i.e. an empy line.