| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | public function __construct() |
||
| 22 | 1 | { |
|
| 23 | parent::__construct(IdentifierSuffixer::getIdentifier('methodPrefixInterceptors')); |
||
| 24 | 1 | ||
| 25 | $this->setDefaultValue([]); |
||
| 26 | 1 | $this->setVisibility(self::VISIBILITY_PRIVATE); |
|
| 27 | 1 | $this->setDocBlock('@var \\Closure[] map of interceptors to be called per-method before execution'); |
|
| 28 | 1 | } |
|
| 29 | } |
||
| 30 |