Conditions | 1 |
Paths | 1 |
Total Lines | 9 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
29 | ($this->getAttribute('preCalculateFormulas') ? 'true' : 'false').', '. |
||
30 | ($this->getAttribute('diskCachingDirectory') ? '\''.$this->getAttribute('diskCachingDirectory').'\'' : 'null').');'.PHP_EOL) |
||
31 | ->write('unset('.self::CODE_INSTANCE.');'.PHP_EOL); |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * @return string[] |
||
36 | */ |
||
37 | public function getAllowedParents(): array |
||
38 | { |
||
42 |