| 1 | <?php |
||
| 7 | abstract class ExtendLeadMailboxProcessSettings extends MailboxProcessSettings |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Constructor |
||
| 11 | * |
||
| 12 | * The real implementation of this method is auto generated. |
||
| 13 | * |
||
| 14 | * IMPORTANT: If the derived class has own constructor it must call parent constructor. |
||
| 15 | */ |
||
| 16 | public function __construct() |
||
| 19 | } |
||
| 20 |