8 lines
167 B
PHP
8 lines
167 B
PHP
<?php
|
|
|
|
namespace Picea\Event\Extension;
|
|
|
|
interface UrlBuildRouteEvent
|
|
{
|
|
public function execute(string $uri, array $parameters = [], bool $appendVersion) : void;
|
|
} |