| Total Complexity | 2 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class CustomAttachmentMask extends \Webklex\PHPIMAP\Support\Masks\AttachmentMask { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * New custom method which can be called through a mask |
||
| 17 | * @return string |
||
| 18 | */ |
||
| 19 | public function token(){ |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Custom attachment saving method |
||
| 25 | * @return bool |
||
| 26 | */ |
||
| 27 | public function custom_save() { |
||
| 56 | $masked_attachment->custom_save(); |