Tribe__Tickets__Ticket_Object::to_array()

Dumps the Ticket Object into an array.


Return

(array<string,mixed>) The Ticket Object in array format.


Top ↑

Source

File: src/Tribe/Ticket_Object.php

		public function to_array(): array {
			return get_object_vars( $this );
		}

Top ↑

Changelog

Changelog
Version Description
5.6.4 Introduced.