2023-01-06 08:16:41 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "zh" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=11" / >
< meta name = "generator" content = "Doxygen 1.9.5" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2023-01-15 15:57:27 +00:00
< title > Zhamao Framework: src/ZM/Plugin/Traits/InitTrait.php 文件参考< / title >
2023-01-06 08:16:41 +00:00
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "doxygen-awesome.css" rel = "stylesheet" type = "text/css" / >
< link href = "doxygen-awesome-sidebar-only.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr id = "projectrow" >
< td id = "projectalign" >
2026-06-30 02:48:24 +00:00
< div id = "projectname" > Zhamao Framework< span id = "projectnumber" >   3.2.7< / span >
2023-01-06 08:16:41 +00:00
< / div >
< div id = "projectbrief" > A high-performance chatbot + web framework< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- 制作者 Doxygen 1.9.5 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','搜索');
$(document).ready(function() { init_search(); });
});
/* @license-end */
< / script >
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
2023-01-15 15:57:27 +00:00
$(document).ready(function(){initNavTree('_init_trait_8php.html',''); initResizable(); });
2023-01-06 08:16:41 +00:00
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< div id = "MSearchResults" >
< div class = "SRPage" >
< div id = "SRIndex" >
< div id = "SRResults" > < / div >
< div class = "SRStatus" id = "Loading" > 载入中...< / div >
< div class = "SRStatus" id = "Searching" > 搜索中...< / div >
< div class = "SRStatus" id = "NoMatches" > 未找到< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#namespaces" > 命名空间< / a > |
< a href = "#func-members" > 函数< / a > |
< a href = "#var-members" > 变量< / a > < / div >
2023-01-15 15:57:27 +00:00
< div class = "headertitle" > < div class = "title" > InitTrait.php 文件参考< / div > < / div >
2023-01-06 08:16:41 +00:00
< / div > <!-- header -->
< div class = "contents" >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "namespaces" name = "namespaces" > < / a >
命名空间< / h2 > < / td > < / tr >
2023-01-15 15:57:27 +00:00
< tr class = "memitem:namespace_z_m_1_1_plugin_1_1_traits" > < td class = "memItemLeft" align = "right" valign = "top" > namespace   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespace_z_m_1_1_plugin_1_1_traits.html" > ZM\Plugin\Traits< / a > < / td > < / tr >
2023-01-06 08:16:41 +00:00
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "func-members" name = "func-members" > < / a >
函数< / h2 > < / td > < / tr >
2023-01-15 15:57:27 +00:00
< tr class = "memitem:a8519be113c21b8b145a742323ec9aa27" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespace_z_m_1_1_plugin_1_1_traits.html#a8519be113c21b8b145a742323ec9aa27" > onInit< / a > (callable $callback, int $worker_id=0, int $level=20)< / td > < / tr >
< tr class = "separator:a8519be113c21b8b145a742323ec9aa27" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a29a27fcbbc7a045be9872ef71d26a7dc" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespace_z_m_1_1_plugin_1_1_traits.html#a29a27fcbbc7a045be9872ef71d26a7dc" > getInits< / a > ()< / td > < / tr >
< tr class = "separator:a29a27fcbbc7a045be9872ef71d26a7dc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-01-06 08:16:41 +00:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "var-members" name = "var-members" > < / a >
变量< / h2 > < / td > < / tr >
2023-01-15 15:57:27 +00:00
< tr class = "memitem:af4a5a2ab625f62dd4f58f508c9e50c5b" > < td class = "memItemLeft" align = "right" valign = "top" > trait  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespace_z_m_1_1_plugin_1_1_traits.html#af4a5a2ab625f62dd4f58f508c9e50c5b" > InitTrait< / a > < / td > < / tr >
< tr class = "separator:af4a5a2ab625f62dd4f58f508c9e50c5b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-01-06 08:16:41 +00:00
< / table >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
2023-01-15 15:57:27 +00:00
< li class = "navelem" > < a class = "el" href = "dir_68267d1309a1af8e8297ef4c3efbcdba.html" > src< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_14547c19cd47bd2555adf353e72448ce.html" > ZM< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_1a087c55314947dcbbd912f1f81f160f.html" > Plugin< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_b44262b9228cbb5b7014731b35e08080.html" > Traits< / a > < / li > < li class = "navelem" > < a class = "el" href = "_init_trait_8php.html" > InitTrait.php< / a > < / li >
2023-01-06 08:16:41 +00:00
< li class = "footer" > 制作者 < a href = "https://www.doxygen.org/index.html" > < img class = "footer" src = "doxygen.svg" width = "104" height = "31" alt = "doxygen" / > < / a > 1.9.5 < / li >
< / ul >
< / div >
< / body >
< / html >