| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | public function init() |
||
| 14 | { |
||
| 15 | parent::init(); |
||
| 16 | unset( |
||
| 17 | $this->paramsNames[self::ACTION_FIELD_QUESTION], |
||
| 18 | $this->paramsNames[self::ACTION_FIELD_TEXTINSTRUCTIONS], |
||
| 19 | $this->paramsNames[self::ACTION_FIELD_PINGBACK], |
||
| 20 | $this->actions[static::ACTION_RECOGNIZE][static::ACTION_FIELDS][self::ACTION_FIELD_QUESTION], |
||
| 21 | $this->actions[static::ACTION_RECOGNIZE][static::ACTION_FIELDS][self::ACTION_FIELD_TEXTINSTRUCTIONS], |
||
| 22 | $this->actions[static::ACTION_RECOGNIZE][static::ACTION_FIELDS][self::ACTION_FIELD_PINGBACK] |
||
| 23 | ); |
||
| 24 | $this->actions[static::ACTION_RECOGNIZE][static::ACTION_FIELDS][self::ACTION_FIELD_SOFT_ID][self::PARAM_SLUG_DEFAULT] = 0; |
||
| 25 | } |
||
| 26 | } |
||
| 27 |