File "Post_Repository_Interface.php"

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

<?php


interface Tribe__REST__Post_Repository_Interface {

	/**
	 * Retrieves an array representation of the post.
	 *
	 * @param int $id The post ID.
	 *
	 * @return array An array representation of the post.
	 */
	public function get_data( $id );
}