Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 5 |
CRAP Score | 1 |
Changes | 0 |
1 | <?php |
||
34 | 9 | public function __construct(array $advices) |
|
35 | { |
||
36 | 9 | $value = new PropertyValueGenerator($advices, PropertyValueGenerator::TYPE_ARRAY_SHORT); |
|
37 | |||
38 | 9 | parent::__construct(self::NAME, $value, PropertyGenerator::FLAG_PRIVATE | PropertyGenerator::FLAG_STATIC); |
|
39 | |||
40 | 9 | $this->setDocBlock('List of applied advices per class'); |
|
41 | 9 | } |
|
42 | } |
||
43 |