mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2025-09-18 15:56:02 +02:00
Implemented Navigation
This commit is contained in:
17
src/router/link/LinkInterface.php
Normal file
17
src/router/link/LinkInterface.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
namespace router\link;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author kevinfrantz
|
||||
*
|
||||
*/
|
||||
interface LinkInterface
|
||||
{
|
||||
public function getName():string;
|
||||
|
||||
public function getUrl():string;
|
||||
|
||||
public function isActive():bool;
|
||||
}
|
||||
|
Reference in New Issue
Block a user