mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-07 16:55:35 +08:00
update to version 1.4
This commit is contained in:
24
src/ZM/Annotation/Module/LoadBuffer.php
Normal file
24
src/ZM/Annotation/Module/LoadBuffer.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
|
||||
namespace ZM\Annotation\Module;
|
||||
|
||||
use Doctrine\Common\Annotations\Annotation\Target;
|
||||
|
||||
/**
|
||||
* Class LoadBuffer
|
||||
* @package ZM\Annotation\Module
|
||||
* @Annotation
|
||||
* @Target("CLASS")
|
||||
*/
|
||||
class LoadBuffer
|
||||
{
|
||||
/**
|
||||
* @var string
|
||||
* @Required()
|
||||
*/
|
||||
public $buf_name;
|
||||
|
||||
/** @var string $sub_folder */
|
||||
public $sub_folder = null;
|
||||
}
|
||||
Reference in New Issue
Block a user