Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Lines | 0 |
Ratio | 0 % |
Tests | 7 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
25 | 18 | public function getAttributes() |
|
26 | { |
||
27 | 18 | $attributes = array(); |
|
28 | |||
29 | 18 | $attributes[Twital::NS]['trans'] = new Attribute\TranslateAttribute(); |
|
30 | 18 | $attributes[Twital::NS]['trans-n'] = new Attribute\TranslateNAttribute(); |
|
31 | 18 | $attributes[Twital::NS]['trans-attr'] = new Attribute\TranslateAttrAttribute(); |
|
32 | 18 | $attributes[Twital::NS]['trans-attr-n'] = new Attribute\TranslateAttrNAttribute(); |
|
33 | |||
34 | 18 | return $attributes; |
|
35 | } |
||
36 | } |
||
37 |