Files
symfony-flex-recipes-contrib/phpzlc/document-bundle/1.0/Document/Config.php
T

31 lines
415 B
PHP

<?php
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;
}