| Conditions | 3 |
| Paths | 3 |
| Total Lines | 10 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 34 | * @param bool $decode |
||
| 35 | * @return $this |
||
| 36 | * @throws Mailcode_Exception |
||
| 37 | */ |
||
| 38 | public function setURLDecoding(bool $decode=true) : self |
||
| 39 | { |
||
| 40 | return $this->setEncodingEnabled(Mailcode_Commands_Keywords::TYPE_URLDECODE, $decode); |
||
| 41 | } |
||
| 42 | |||
| 43 | public function isURLDecoded() : bool |
||
| 44 | { |
||
| 48 |