mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-09 01:35:35 +08:00
initial commit
This commit is contained in:
12
src/ZM/Annotation/Interfaces/Level.php
Normal file
12
src/ZM/Annotation/Interfaces/Level.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace ZM\Annotation\Interfaces;
|
||||
|
||||
|
||||
interface Level
|
||||
{
|
||||
public function getLevel();
|
||||
|
||||
public function setLevel(int $level);
|
||||
}
|
||||
Reference in New Issue
Block a user