File Editor
Directories:
.. (Back)
Admin
Attendee_Registration
CSV_Importer
Cache
Commerce
Editor
Events
JSON_LD
Migration
Promoter
REST
RSVP
Repositories
Service_Providers
Shortcodes
Status
Tabbed_View
Validator
Files:
Abstract_Attendance_Totals.php
Assets.php
Attendance.php
Attendance_Totals.php
Attendee_Repository.php
Attendees.php
Attendees_Table.php
Data_API.php
Editor.php
Event_Repository.php
Global_ID.php
Global_Stock.php
Legacy_Provider_Support.php
Main.php
Metabox.php
Plugin_Register.php
Privacy.php
Query.php
RSVP.php
Redirections.php
Service_Provider.php
Templates.php
Theme_Compatibility.php
Ticket_Object.php
Ticket_Repository.php
Tickets.php
Tickets_Handler.php
Tickets_View.php
Updater.php
Version.php
Create New File
Create
Edit File: Global_ID.php
<?php /** * Class Tribe__Tickets__Global_ID * * @since 4.8 */ class Tribe__Tickets__Global_ID extends Tribe__Utils__Global_ID { /** * Overrides the method from the base class to allow all types. * * @since 4.8 * * @param string $name * * @return bool|mixed|null|string */ public function type( $name = null ) { if ( null !== $name ) { $this->type = $name; } return $this->type; } }
Save Changes
Rename File
Rename