File "Literal.php"

Full Path: /home/warrior1/public_html/wp-content/plugins/mailpoet/vendor-prefixed/doctrine/orm/lib/Doctrine/ORM/Query/Expr/Literal.php
File size: 287 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
declare (strict_types=1);
namespace MailPoetVendor\Doctrine\ORM\Query\Expr;
if (!defined('ABSPATH')) exit;
class Literal extends Base
{
 protected $preSeparator = '';
 protected $postSeparator = '';
 protected $parts = [];
 public function getParts()
 {
 return $this->parts;
 }
}