la_bot_back/vendor/craft-group/phroute/src/Phroute/RouteDataProviderInterface.php
2024-07-03 14:41:15 +03:00

15 lines
221 B
PHP

<?php namespace Phroute\Phroute;
/**
* Interface RouteDataProviderInterface
* @package Phroute\Phroute
*/
interface RouteDataProviderInterface {
/**
* @return mixed
*/
public function getData();
}