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