| Total Complexity | 2 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 19 | class ParserVarSerial extends AbstractParser implements ParserInterface |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @return [] |
||
|
|
|||
| 23 | */ |
||
| 24 | 1 | protected function getProperties() |
|
| 25 | { |
||
| 26 | return [ |
||
| 27 | 1 | 'name', |
|
| 28 | 1 | 'update', |
|
| 29 | 1 | 'useDefault', |
|
| 30 | 1 | 'defaultText', |
|
| 31 | 1 | 'bufferSize', |
|
| 32 | 1 | 'inputDefinition', |
|
| 33 | 1 | 'cPadding', |
|
| 34 | 'length' |
||
| 35 | 1 | ]; |
|
| 36 | } |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @return EntityVarSerial |
||
| 40 | */ |
||
| 41 | 1 | protected function getEntity() |
|
| 44 | } |
||
| 45 | } |
||
| 46 |