v.0.1
This commit is contained in:
14
vendor/craft-group/phroute/src/Phroute/RouteDataProviderInterface.php
vendored
Normal file
14
vendor/craft-group/phroute/src/Phroute/RouteDataProviderInterface.php
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
<?php namespace Phroute\Phroute;
|
||||
|
||||
|
||||
/**
|
||||
* Interface RouteDataProviderInterface
|
||||
* @package Phroute\Phroute
|
||||
*/
|
||||
interface RouteDataProviderInterface {
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function getData();
|
||||
}
|
Reference in New Issue
Block a user