Spaces:
No application file
No application file
namespace Mautic\EmailBundle\Entity; | |
use Mautic\LeadBundle\Entity\Lead; | |
/** | |
* Interface EmailReplyRepositoryInterface. | |
*/ | |
interface EmailReplyRepositoryInterface | |
{ | |
/** | |
* @param int|Lead $leadId | |
* @param array $options | |
* | |
* @return array | |
*/ | |
public function getByLeadIdForTimeline($leadId, $options); | |
} | |