api/src/MassCommunication/Entity/Campaign.php
Campaign
has 58 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Campaign
{
public const STATUS_PENDING = 0; // when the campaign has not been tested yet
public const STATUS_CREATED = 1; // when the campaign has been successfully tested
public const STATUS_SENT = 2; // when the campaign was sent