mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-07 08:45:37 +08:00
12 lines
136 B
PHP
12 lines
136 B
PHP
<?php
|
|
|
|
|
|
namespace ZM\Annotation\Interfaces;
|
|
|
|
|
|
interface Level
|
|
{
|
|
public function getLevel();
|
|
|
|
public function setLevel($level);
|
|
} |