?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/plugins/jetpack-boost/app/rest-api/contracts/



?? Go up: /home/webdevt/www/wdp/wp-content/plugins/jetpack-boost/app/rest-api

?? Viewing: interface-has-endpoints.php

<?php

namespace Automattic\Jetpack_Boost\REST_API\Contracts;

interface Has_Endpoints {

	/**
	 * @return Endpoint[]
	 */
	public function get_endpoints();
}


??

??