招标
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

29 lines
515 B

<?php
/**
* Date: 2020/11/4 16:49
* User: chenlong <vip_chenlong@163.com>
*/
namespace sdModule\layui;
use sdModule\common\StaticCallGetInstance;
use sdModule\layui\item\Button;
use sdModule\layui\item\Tag;
/**
* Class Layui
* @method static Tag tag()
* @method static Button button(string $title = '', string $icon_class = '')
* @package sdModule\layui
*/
class Layui extends StaticCallGetInstance
{
public function getNamespace(): string
{
return "sdModule\\layui\\item\\";
}
}