SERVER : premium201.web-hosting.com #1 SMP Wed Mar 26 12:08:09 UTC 2025
SERVER IP : 104.21.43.35 | ADMIN IP 216.73.216.180
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : mail
Current File : /home/bravrvjk/itiministry.org/wp-content/plugins/give/src/EventTickets/Fields//EventTickets.php
<?php
namespace Give\EventTickets\Fields;
use Give\Framework\FieldsAPI\Field;
class EventTickets extends Field
{
protected $title;
protected $description;
protected $startDateTime;
protected $endDateTime;
protected $ticketTypes = [];
const TYPE = 'eventTickets';
/**
* @since 3.6.0
*/
public function getTitle(): string
{
return $this->title;
}
/**
* @since 3.6.0
*/
public function title(string $title): EventTickets
{
$this->title = $title;
return $this;
}
/**
* @since 3.6.0
*/
public function getStartDateTime(): string
{
return $this->startDateTime;
}
/**
* @since 3.6.0
*/
public function startDateTime(string $date): EventTickets
{
$this->startDateTime = $date;
return $this;
}
/**
* @since 3.6.0
*/
public function getEndDateTime(): string
{
return $this->endDateTime;
}
/**
* @since 3.20.0
*/
public function endDateTime(string $date): EventTickets
{
$this->endDateTime = $date;
return $this;
}
/**
* @since 3.6.0
*/
public function getDescription(): string
{
return $this->description;
}
/**
* @since 3.6.0
*/
public function description(string $description): EventTickets
{
$this->description = $description;
return $this;
}
/**
* @since 3.6.0
*/
public function getTicketTypes(): array
{
return $this->ticketTypes;
}
/**
* @since 3.6.0
*/
public function ticketTypes(array $ticketTypes): EventTickets
{
$this->ticketTypes = $ticketTypes;
return $this;
}
}
| NAME |
SIZE |
LAST TOUCH |
USER |
CAN-I? |
FUNCTIONS |
| .. | -- | 4 Apr 2026 1.57 AM | bravrvjk / bravrvjk | 0755 | |
| | | | | |
| EventTickets.php | 1.746 KB | 3 Feb 2025 8.13 PM | bravrvjk / bravrvjk | 0644 | |