1 | <?php |
||
10 | abstract class AbstractRender implements RenderInterface |
||
11 | { |
||
12 | protected $contenu; |
||
13 | protected $data; |
||
14 | |||
15 | public function getContenu() |
||
19 | |||
20 | public function setContenu($contenu) |
||
21 | { |
||
22 | $this->contenu = $contenu; |
||
23 | |||
24 | return $this; |
||
25 | } |
||
26 | |||
27 | public function getData() |
||
28 | { |
||
29 | return $this->data; |
||
30 | } |
||
31 | |||
32 | public function setData(array $data) |
||
38 | } |
||
|
|||
39 |
This check marks files that end in a newline character, i.e. an empy line.