File "Headers_Interface.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/the-events-calendar/common/src/Tribe/REST/Headers/Headers_Interface.php
File size: 369 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

/**
 * Class Tribe__REST__Headers__Headers_Interface
 *
 * Handles headers and header equivalent to be printed/sent in responses.
 */
interface Tribe__REST__Headers__Headers_Interface {
	/**
	 * Prints the REST API related meta on the site.
	 */
	public function add_header();

	/**
	 * Sends the REST API related headers.
	 */
	public function send_header();
}