Total Complexity | 5 |
Total Lines | 42 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class StandardDateSolar implements ResultMapperInterface |
||
14 | { |
||
15 | /** |
||
16 | * @inheritDoc |
||
17 | */ |
||
18 | public function map(DateLexerResult $parts, DateRepresentationInterface $date) |
||
27 | ; |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * Determine year. |
||
32 | * |
||
33 | * @param DateLexerResult $parts |
||
34 | * |
||
35 | * @return integer|null |
||
36 | */ |
||
37 | protected function determineYear(DateLexerResult $parts) |
||
41 | } |
||
42 | |||
43 | /** |
||
44 | * Determine year. |
||
45 | * |
||
46 | * @param DateLexerResult $parts |
||
47 | * |
||
48 | * @return integer|null |
||
49 | */ |
||
50 | protected function determineDayIndex(DateLexerResult $parts) |
||
58 |