mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-20 15:15:35 +08:00
Normalization of Context class
This commit is contained in:
22
src/ZM/Context/ContextInterface.php
Normal file
22
src/ZM/Context/ContextInterface.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace ZM\Context;
|
||||
|
||||
|
||||
interface ContextInterface
|
||||
{
|
||||
public function __construct($param, $cid);
|
||||
|
||||
public function getServer();
|
||||
|
||||
public function getFrame();
|
||||
|
||||
public function getData();
|
||||
|
||||
public function getCid();
|
||||
|
||||
public function getResponse();
|
||||
|
||||
public function getRequest();
|
||||
}
|
||||
Reference in New Issue
Block a user