$defapp
$defapp : string
Core class for load modules.
__construct(\LinHUniX\Mcp\masterControlProgram $mcp)
\LinHUniX\Mcp\masterControlProgram | $mcp |
statmentModule(\LinHUniX\Mcp\Component\type $path, \LinHUniX\Mcp\Component\type $callname, \LinHUniX\Mcp\Component\type $ispreload = false, \LinHUniX\Mcp\Component\type $scopeIn = array(), \LinHUniX\Mcp\Component\type $modinit = null, \LinHUniX\Mcp\Component\type $subcall = null, \LinHUniX\Mcp\Component\type $vendor = null, \LinHUniX\Mcp\Component\type $type = null)
\LinHUniX\Mcp\Component\type | $path | |
\LinHUniX\Mcp\Component\type | $callname | |
\LinHUniX\Mcp\Component\type | $ispreload | |
\LinHUniX\Mcp\Component\type | $scopeIn | |
\LinHUniX\Mcp\Component\type | $modinit | |
\LinHUniX\Mcp\Component\type | $subcall | |
\LinHUniX\Mcp\Component\type | $vendor | |
\LinHUniX\Mcp\Component\type | $type |
moduleCaller() : array
Call and execute a module and clear vars after results 0) befor run this method normally use statement module 1) step 1 is intmodule that call loadmodule 2) if is preload is finish or go to execute module.
Description array (reference of) response of code
getCfg(string $component = null) : \LinHUniX\Mcp\Component\any
This a confortable solution to don't use directly the cfg Container.
string | $component | nomae of the component on the container |
if the cfg are not present or don't have this component
Component object
setDic(string $tag, \LinHUniX\Mcp\Component\Any $component)
This a confortable solution to don't use directly the cfg Container.
string | $tag | nomae of the component on the container |
\LinHUniX\Mcp\Component\Any | $component | the component object |
if the cfg are not present or don't have this component