mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-08 09:15:37 +08:00
18 lines
272 B
PHP
18 lines
272 B
PHP
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: jerry
|
|
* Date: 2018/2/25
|
|
* Time: 下午11:11
|
|
*/
|
|
|
|
namespace ZM\Store;
|
|
|
|
class ZMBuf
|
|
{
|
|
public static $events = [];
|
|
public static $instance = [];
|
|
public static $context_class = [];
|
|
public static $terminal = null;
|
|
}
|