<?php
namespace Proxies\__CG__\App\StartPlatz\Bundle\StartupBundle\Entity;
/**
* DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
*/
class Program extends \App\StartPlatz\Bundle\StartupBundle\Entity\Program implements \Doctrine\ORM\Proxy\Proxy
{
/**
* @var \Closure the callback responsible for loading properties in the proxy object. This callback is called with
* three parameters, being respectively the proxy object to be initialized, the method that triggered the
* initialization process and an array of ordered parameters that were passed to that method.
*
* @see \Doctrine\Common\Proxy\Proxy::__setInitializer
*/
public $__initializer__;
/**
* @var \Closure the callback responsible of loading properties that need to be copied in the cloned object
*
* @see \Doctrine\Common\Proxy\Proxy::__setCloner
*/
public $__cloner__;
/**
* @var boolean flag indicating if this object was already initialized
*
* @see \Doctrine\Persistence\Proxy::__isInitialized
*/
public $__isInitialized__ = false;
/**
* @var array<string, null> properties to be lazy loaded, indexed by property name
*/
public static $lazyPropertiesNames = array (
'mailTemplate' => NULL,
'mailSubject' => NULL,
);
/**
* @var array<string, mixed> default values of properties to be lazy loaded, with keys being the property names
*
* @see \Doctrine\Common\Proxy\Proxy::__getLazyProperties
*/
public static $lazyPropertiesDefaults = array (
'mailTemplate' => NULL,
'mailSubject' => NULL,
);
public function __construct(?\Closure $initializer = null, ?\Closure $cloner = null)
{
unset($this->mailTemplate, $this->mailSubject);
$this->__initializer__ = $initializer;
$this->__cloner__ = $cloner;
}
/**
*
* @param string $name
*/
public function __get($name)
{
if (\array_key_exists($name, self::$lazyPropertiesNames)) {
$this->__initializer__ && $this->__initializer__->__invoke($this, '__get', [$name]);
return $this->$name;
}
trigger_error(sprintf('Undefined property: %s::$%s', __CLASS__, $name), E_USER_NOTICE);
}
/**
*
* @param string $name
* @param mixed $value
*/
public function __set($name, $value)
{
if (\array_key_exists($name, self::$lazyPropertiesNames)) {
$this->__initializer__ && $this->__initializer__->__invoke($this, '__set', [$name, $value]);
$this->$name = $value;
return;
}
$this->$name = $value;
}
/**
*
* @param string $name
* @return boolean
*/
public function __isset($name)
{
if (\array_key_exists($name, self::$lazyPropertiesNames)) {
$this->__initializer__ && $this->__initializer__->__invoke($this, '__isset', [$name]);
return isset($this->$name);
}
return false;
}
/**
*
* @return array
*/
public function __sleep()
{
if ($this->__isInitialized__) {
return ['__isInitialized__', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'id', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'name', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'slug', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'status', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'lang', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'bgImageUrl', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'mailDesignTemplate', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'senderMail', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'fromName', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'recipientMonitoringMail', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'confirmationMailSubject', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'confirmationMailContent', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'email', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'landingPageContent', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'template', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'homepage', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'visibility', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'access', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'hasEvent', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'isNetworking', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'networkingRounds', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'isMultipleApplicationsPerMember', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'isMultipleApplicationsPerTeam', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'eventId', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'zoomLink', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'typeformLink', 'mailTemplate', 'mailSubject', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'reminderMailTemplateId', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'reminderSenderEmail', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'phrasesDe', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'phrasesEn', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'settings', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'createdAt', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'lastModified', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'lastChangeUser', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'batches'];
}
return ['__isInitialized__', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'id', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'name', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'slug', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'status', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'lang', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'bgImageUrl', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'mailDesignTemplate', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'senderMail', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'fromName', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'recipientMonitoringMail', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'confirmationMailSubject', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'confirmationMailContent', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'email', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'landingPageContent', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'template', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'homepage', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'visibility', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'access', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'hasEvent', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'isNetworking', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'networkingRounds', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'isMultipleApplicationsPerMember', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'isMultipleApplicationsPerTeam', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'eventId', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'zoomLink', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'typeformLink', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'reminderMailTemplateId', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'reminderSenderEmail', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'phrasesDe', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'phrasesEn', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'settings', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'createdAt', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'lastModified', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'lastChangeUser', '' . "\0" . 'App\\StartPlatz\\Bundle\\StartupBundle\\Entity\\Program' . "\0" . 'batches'];
}
/**
*
*/
public function __wakeup()
{
if ( ! $this->__isInitialized__) {
$this->__initializer__ = function (Program $proxy) {
$proxy->__setInitializer(null);
$proxy->__setCloner(null);
$existingProperties = get_object_vars($proxy);
foreach ($proxy::$lazyPropertiesDefaults as $property => $defaultValue) {
if ( ! array_key_exists($property, $existingProperties)) {
$proxy->$property = $defaultValue;
}
}
};
unset($this->mailTemplate, $this->mailSubject);
}
}
/**
*
*/
public function __clone()
{
$this->__cloner__ && $this->__cloner__->__invoke($this, '__clone', []);
}
/**
* Forces initialization of the proxy
*/
public function __load(): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, '__load', []);
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
*/
public function __isInitialized(): bool
{
return $this->__isInitialized__;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
*/
public function __setInitialized($initialized): void
{
$this->__isInitialized__ = $initialized;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
*/
public function __setInitializer(?\Closure $initializer = null): void
{
$this->__initializer__ = $initializer;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
*/
public function __getInitializer(): ?\Closure
{
return $this->__initializer__;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
*/
public function __setCloner(?\Closure $cloner = null): void
{
$this->__cloner__ = $cloner;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific cloning logic
*/
public function __getCloner(): ?\Closure
{
return $this->__cloner__;
}
/**
* {@inheritDoc}
* @internal generated method: use only when explicitly handling proxy specific loading logic
* @deprecated no longer in use - generated code now relies on internal components rather than generated public API
* @static
*/
public function __getLazyProperties(): array
{
return self::$lazyPropertiesDefaults;
}
/**
* {@inheritDoc}
*/
public function getId(): string|int|null
{
if ($this->__isInitialized__ === false) {
return (int) parent::getId();
}
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getId', []);
return parent::getId();
}
/**
* {@inheritDoc}
*/
public function setName($name): \App\StartPlatz\Bundle\StartupBundle\Entity\Program
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setName', [$name]);
return parent::setName($name);
}
/**
* {@inheritDoc}
*/
public function getName(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getName', []);
return parent::getName();
}
/**
* {@inheritDoc}
*/
public function setSlug($slug): \App\StartPlatz\Bundle\StartupBundle\Entity\Program
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setSlug', [$slug]);
return parent::setSlug($slug);
}
/**
* {@inheritDoc}
*/
public function getSlug(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getSlug', []);
return parent::getSlug();
}
/**
* {@inheritDoc}
*/
public function getStatus(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getStatus', []);
return parent::getStatus();
}
/**
* {@inheritDoc}
*/
public function setStatus($status): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setStatus', [$status]);
parent::setStatus($status);
}
/**
* {@inheritDoc}
*/
public function getLang(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getLang', []);
return parent::getLang();
}
/**
* {@inheritDoc}
*/
public function setLang($lang): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setLang', [$lang]);
parent::setLang($lang);
}
/**
* {@inheritDoc}
*/
public function getBgImageUrl(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getBgImageUrl', []);
return parent::getBgImageUrl();
}
/**
* {@inheritDoc}
*/
public function setBgImageUrl($bgImageUrl): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setBgImageUrl', [$bgImageUrl]);
parent::setBgImageUrl($bgImageUrl);
}
/**
* {@inheritDoc}
*/
public function getMailDesignTemplate(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getMailDesignTemplate', []);
return parent::getMailDesignTemplate();
}
/**
* {@inheritDoc}
*/
public function setMailDesignTemplate($mailDesignTemplate): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setMailDesignTemplate', [$mailDesignTemplate]);
parent::setMailDesignTemplate($mailDesignTemplate);
}
/**
* {@inheritDoc}
*/
public function getSenderMail(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getSenderMail', []);
return parent::getSenderMail();
}
/**
* {@inheritDoc}
*/
public function setSenderMail($senderMail): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setSenderMail', [$senderMail]);
parent::setSenderMail($senderMail);
}
/**
* {@inheritDoc}
*/
public function getFromName(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getFromName', []);
return parent::getFromName();
}
/**
* {@inheritDoc}
*/
public function setFromName($fromName): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setFromName', [$fromName]);
parent::setFromName($fromName);
}
/**
* {@inheritDoc}
*/
public function getRecipientMonitoringMail(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getRecipientMonitoringMail', []);
return parent::getRecipientMonitoringMail();
}
/**
* {@inheritDoc}
*/
public function setRecipientMonitoringMail($recipientMonitoringMail): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setRecipientMonitoringMail', [$recipientMonitoringMail]);
parent::setRecipientMonitoringMail($recipientMonitoringMail);
}
/**
* {@inheritDoc}
*/
public function getConfirmationMailSubject(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getConfirmationMailSubject', []);
return parent::getConfirmationMailSubject();
}
/**
* {@inheritDoc}
*/
public function setConfirmationMailSubject($confirmationMailSubject): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setConfirmationMailSubject', [$confirmationMailSubject]);
parent::setConfirmationMailSubject($confirmationMailSubject);
}
/**
* {@inheritDoc}
*/
public function getConfirmationMailContent(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getConfirmationMailContent', []);
return parent::getConfirmationMailContent();
}
/**
* {@inheritDoc}
*/
public function setConfirmationMailContent($confirmationMailContent): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setConfirmationMailContent', [$confirmationMailContent]);
parent::setConfirmationMailContent($confirmationMailContent);
}
/**
* {@inheritDoc}
*/
public function getEmail(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getEmail', []);
return parent::getEmail();
}
/**
* {@inheritDoc}
*/
public function setEmail($email): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setEmail', [$email]);
parent::setEmail($email);
}
/**
* {@inheritDoc}
*/
public function getLandingPageContent(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getLandingPageContent', []);
return parent::getLandingPageContent();
}
/**
* {@inheritDoc}
*/
public function setLandingPageContent($landingPageContent): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setLandingPageContent', [$landingPageContent]);
parent::setLandingPageContent($landingPageContent);
}
/**
* {@inheritDoc}
*/
public function getTemplate(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getTemplate', []);
return parent::getTemplate();
}
/**
* {@inheritDoc}
*/
public function setTemplate($template): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setTemplate', [$template]);
parent::setTemplate($template);
}
/**
* {@inheritDoc}
*/
public function getHomepage(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getHomepage', []);
return parent::getHomepage();
}
/**
* {@inheritDoc}
*/
public function setHomepage($homepage): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setHomepage', [$homepage]);
parent::setHomepage($homepage);
}
/**
* {@inheritDoc}
*/
public function getVisibility(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getVisibility', []);
return parent::getVisibility();
}
/**
* {@inheritDoc}
*/
public function setVisibility($visibility): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setVisibility', [$visibility]);
parent::setVisibility($visibility);
}
/**
* {@inheritDoc}
*/
public function getAccess(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getAccess', []);
return parent::getAccess();
}
/**
* {@inheritDoc}
*/
public function setAccess($access): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setAccess', [$access]);
parent::setAccess($access);
}
/**
* {@inheritDoc}
*/
public function hasEvent(): int|bool|null
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'hasEvent', []);
return parent::hasEvent();
}
/**
* {@inheritDoc}
*/
public function getHasEvent(): int|bool|null
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getHasEvent', []);
return parent::getHasEvent();
}
/**
* {@inheritDoc}
*/
public function setHasEvent($hasEvent): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setHasEvent', [$hasEvent]);
parent::setHasEvent($hasEvent);
}
/**
* {@inheritDoc}
*/
public function isNetworking(): int|bool|null
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'isNetworking', []);
return parent::isNetworking();
}
/**
* {@inheritDoc}
*/
public function getIsNetworking(): int|bool|null
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getIsNetworking', []);
return parent::getIsNetworking();
}
/**
* {@inheritDoc}
*/
public function setIsNetworking($isNetworking): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setIsNetworking', [$isNetworking]);
parent::setIsNetworking($isNetworking);
}
/**
* {@inheritDoc}
*/
public function getNetworkingRounds(): string|int|null
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getNetworkingRounds', []);
return parent::getNetworkingRounds();
}
/**
* {@inheritDoc}
*/
public function setNetworkingRounds($networkingRounds): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setNetworkingRounds', [$networkingRounds]);
parent::setNetworkingRounds($networkingRounds);
}
/**
* {@inheritDoc}
*/
public function isMultipleApplicationsPerMember(): int|bool|null
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'isMultipleApplicationsPerMember', []);
return parent::isMultipleApplicationsPerMember();
}
/**
* {@inheritDoc}
*/
public function getIsMultipleApplicationsPerMember(): int|bool|null
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getIsMultipleApplicationsPerMember', []);
return parent::getIsMultipleApplicationsPerMember();
}
/**
* {@inheritDoc}
*/
public function setIsMultipleApplicationsPerMember($isMultipleApplicationsPerMember): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setIsMultipleApplicationsPerMember', [$isMultipleApplicationsPerMember]);
parent::setIsMultipleApplicationsPerMember($isMultipleApplicationsPerMember);
}
/**
* {@inheritDoc}
*/
public function isMultipleApplicationsPerTeam(): int|bool|null
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'isMultipleApplicationsPerTeam', []);
return parent::isMultipleApplicationsPerTeam();
}
/**
* {@inheritDoc}
*/
public function getIsMultipleApplicationsPerTeam(): int|bool|null
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getIsMultipleApplicationsPerTeam', []);
return parent::getIsMultipleApplicationsPerTeam();
}
/**
* {@inheritDoc}
*/
public function setIsMultipleApplicationsPerTeam($isMultipleApplicationsPerTeam): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setIsMultipleApplicationsPerTeam', [$isMultipleApplicationsPerTeam]);
parent::setIsMultipleApplicationsPerTeam($isMultipleApplicationsPerTeam);
}
/**
* {@inheritDoc}
*/
public function getEventId(): string|int|null
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getEventId', []);
return parent::getEventId();
}
/**
* {@inheritDoc}
*/
public function setEventId($eventId): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setEventId', [$eventId]);
parent::setEventId($eventId);
}
/**
* {@inheritDoc}
*/
public function getZoomLink(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getZoomLink', []);
return parent::getZoomLink();
}
/**
* {@inheritDoc}
*/
public function setZoomLink($zoomLink): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setZoomLink', [$zoomLink]);
parent::setZoomLink($zoomLink);
}
/**
* {@inheritDoc}
*/
public function getTypeformLink(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getTypeformLink', []);
return parent::getTypeformLink();
}
/**
* {@inheritDoc}
*/
public function setTypeformLink($typeformLink): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setTypeformLink', [$typeformLink]);
parent::setTypeformLink($typeformLink);
}
/**
* {@inheritDoc}
*/
public function getMailTemplate(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getMailTemplate', []);
return parent::getMailTemplate();
}
/**
* {@inheritDoc}
*/
public function setMailTemplate($mailTemplate): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setMailTemplate', [$mailTemplate]);
parent::setMailTemplate($mailTemplate);
}
/**
* {@inheritDoc}
*/
public function getReminderMailTemplateId(): string|int|null
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getReminderMailTemplateId', []);
return parent::getReminderMailTemplateId();
}
/**
* {@inheritDoc}
*/
public function setReminderMailTemplateId($reminderMailTemplateId): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setReminderMailTemplateId', [$reminderMailTemplateId]);
parent::setReminderMailTemplateId($reminderMailTemplateId);
}
/**
* {@inheritDoc}
*/
public function getReminderSenderEmail(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getReminderSenderEmail', []);
return parent::getReminderSenderEmail();
}
/**
* {@inheritDoc}
*/
public function setReminderSenderEmail($reminderSenderEmail): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setReminderSenderEmail', [$reminderSenderEmail]);
parent::setReminderSenderEmail($reminderSenderEmail);
}
/**
* {@inheritDoc}
*/
public function getMailSubject(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getMailSubject', []);
return parent::getMailSubject();
}
/**
* {@inheritDoc}
*/
public function setMailSubject($mailSubject): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setMailSubject', [$mailSubject]);
parent::setMailSubject($mailSubject);
}
/**
* {@inheritDoc}
*/
public function getPhrasesDe(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getPhrasesDe', []);
return parent::getPhrasesDe();
}
/**
* {@inheritDoc}
*/
public function setPhrasesDe($phrasesDe): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setPhrasesDe', [$phrasesDe]);
parent::setPhrasesDe($phrasesDe);
}
/**
* {@inheritDoc}
*/
public function getPhrasesEn(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getPhrasesEn', []);
return parent::getPhrasesEn();
}
/**
* {@inheritDoc}
*/
public function setPhrasesEn($phrasesEn): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setPhrasesEn', [$phrasesEn]);
parent::setPhrasesEn($phrasesEn);
}
/**
* {@inheritDoc}
*/
public function getSettings(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getSettings', []);
return parent::getSettings();
}
/**
* {@inheritDoc}
*/
public function setSettings($settings): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setSettings', [$settings]);
parent::setSettings($settings);
}
/**
* {@inheritDoc}
*/
public function setCreatedAt($createdAt): \App\StartPlatz\Bundle\StartupBundle\Entity\Program
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setCreatedAt', [$createdAt]);
return parent::setCreatedAt($createdAt);
}
/**
* {@inheritDoc}
*/
public function getCreatedAt(): ?\DateTime
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getCreatedAt', []);
return parent::getCreatedAt();
}
/**
* {@inheritDoc}
*/
public function setLastModified($lastModified): \App\StartPlatz\Bundle\StartupBundle\Entity\Program
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setLastModified', [$lastModified]);
return parent::setLastModified($lastModified);
}
/**
* {@inheritDoc}
*/
public function getLastModified(): ?\DateTime
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getLastModified', []);
return parent::getLastModified();
}
/**
* {@inheritDoc}
*/
public function setLastChangeUser($lastChangeUser): \App\StartPlatz\Bundle\StartupBundle\Entity\Program
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setLastChangeUser', [$lastChangeUser]);
return parent::setLastChangeUser($lastChangeUser);
}
/**
* {@inheritDoc}
*/
public function getLastChangeUser(): ?string
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getLastChangeUser', []);
return parent::getLastChangeUser();
}
/**
* {@inheritDoc}
*/
public function getBatches(): \Doctrine\Common\Collections\Collection
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'getBatches', []);
return parent::getBatches();
}
/**
* {@inheritDoc}
*/
public function setBatches($batches): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'setBatches', [$batches]);
parent::setBatches($batches);
}
/**
* {@inheritDoc}
*/
public function onAdd(): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'onAdd', []);
parent::onAdd();
}
/**
* {@inheritDoc}
*/
public function onUpdate(): void
{
$this->__initializer__ && $this->__initializer__->__invoke($this, 'onUpdate', []);
parent::onUpdate();
}
}