mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 08:36:34 +03:00
phpzlc add
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
<?php
|
||||
/**
|
||||
* PhpStorm.
|
||||
* User: Jay
|
||||
* Date: 2020/10/20
|
||||
*/
|
||||
|
||||
namespace App\Document;
|
||||
|
||||
|
||||
class Config
|
||||
{
|
||||
/**
|
||||
* @var string 标题
|
||||
*/
|
||||
public static $title = '演示';
|
||||
|
||||
/**
|
||||
* @var string 出版商
|
||||
*/
|
||||
public static $publishing;
|
||||
|
||||
/**
|
||||
* @var string 说明
|
||||
*/
|
||||
public static $explain;
|
||||
|
||||
/**
|
||||
* @var string 注意
|
||||
*/
|
||||
public static $note;
|
||||
|
||||
/**
|
||||
* @var string 附录
|
||||
*/
|
||||
public static $appendix;
|
||||
}
|
||||
Reference in New Issue
Block a user