Files
zhamao-framework/src/ZM/Store/ZMBuf.php

18 lines
272 B
PHP
Raw Normal View History

2020-03-02 16:14:20 +08:00
<?php
/**
* Created by PhpStorm.
* User: jerry
* Date: 2018/2/25
* Time: 下午11:11
*/
2020-08-31 10:11:06 +08:00
namespace ZM\Store;
2020-03-02 16:14:20 +08:00
class ZMBuf
{
public static $events = [];
public static $instance = [];
2020-05-23 17:23:29 +08:00
public static $context_class = [];
2020-09-29 15:07:43 +08:00
public static $terminal = null;
}