* zin: rename historyRecord to history

This commit is contained in:
Hao Sun
2023-04-24 15:40:40 +08:00
parent 935f60abfc
commit 8f349a2723
5 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -26,6 +26,6 @@ form
h::hr(setClass('my-5'));
historyRecord();
history();
render('modalDialog');
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
namespace zin;
historyRecord
history
(
set::actions($actions),
set::users($users),
+1 -1
View File
@@ -77,4 +77,4 @@ function searchForm() {return createWg('searchForm', func_get_args());}
function searchToggle(){return createWg('searchToggle', func_get_args());}
function programMenu() {return createWg('programMenu', func_get_args());}
function moduleMenu() {return createWg('moduleMenu', func_get_args());}
function historyRecord() {return createWg('historyRecord', func_get_args());}
function history() {return createWg('history', func_get_args());}
@@ -1,7 +1,7 @@
<?php
namespace zin;
class historyRecord extends wg
class history extends wg
{
protected static $defineProps = [
'actions?:array',