for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace OroCRM\Bundle\SalesBundle\Model;
use Oro\Bundle\EmailBundle\Entity\MailboxProcessSettings;
abstract class ExtendLeadMailboxProcessSettings extends MailboxProcessSettings
{
/**
* Constructor
*
* The real implementation of this method is auto generated.
* IMPORTANT: If the derived class has own constructor it must call parent constructor.
*/
public function __construct()
}