CLASS_LOGGER
CLASS_LOGGER
register(\LinHUniX\Mcp\Model\mcpServiceProviderModelClass $service) : string
| \LinHUniX\Mcp\Model\mcpServiceProviderModelClass | $service |
statmentModule(string $path, string $callname, boolean $ispreload = false, array $scopeIn = array(), string $modinit = null, string $subcall = null, string $vendor = null, string $type = null)
| string | $path | |
| string | $callname | |
| boolean | $ispreload | |
| array | $scopeIn | |
| string | $modinit | |
| string | $subcall | |
| string | $vendor | |
| string | $type |
module(string $callname, string $path = null, boolean $ispreload = false, array $scopeIn = array(), string $modinit = null, string $subcall = null, string $vendor = null, string $type = null) : array
| string | $callname | name of the functionality |
| string | $path | path where present the basedirectory of the data |
| boolean | $ispreload | is only a preload (ex page) or need to be execute (ex controller) |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
| string | $vendor | this code is part of specific vendor (ex ft ) |
| string | $type | is a Page, Block, Controller, Driver |
$ScopeOut
template(string $callname, string $path = null, boolean $ispreload = false, array $scopeIn = array(), string $modinit = null, string $subcall = null, string $vendor = null, string $type = null, boolean $hasreturn = false) : string
| string | $callname | name of the functionality |
| string | $path | path where present the basedirectory of the data |
| boolean | $ispreload | is only a preload (ex page) or need to be execute (ex controller) |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
| string | $vendor | this code is part of specific vendor (ex ft ) |
| string | $type | is a Page, Block, Controller, Driver |
| boolean | $hasreturn | if is called the objet return the value as string |
output
moduleGoTo(string $callname, string $path = null, boolean $ispreload = false, array $scopeIn = array(), string $modinit = null, string $subcall = null, string $vendor = null, string $type = null) : array
similar with module but at end exit (0 okdone - 1 with error ).
| string | $callname | name of the functionality |
| string | $path | path where present the basedirectory of the data |
| boolean | $ispreload | is only a preload (ex page) or need to be execute (ex controller) |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
| string | $vendor | this code is part of specific vendor (ex ft ) |
| string | $type | is a Page, Block, Controller, Driver |
$ScopeOut
legacyClass(string $callname, array $scopeIn = array(), string $modinit = null, string $subcall = null, string $vendor = null, string $path = null) : array
legacy class loader rember the class need to not have required args on constructor.
| string | $callname | name of the functionality |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
| string | $vendor | this code is part of specific vendor (ex ft ) |
| string | $path | path where present the basedirectory of the data |
$ScopeOut
remote(string $ctrlproc, array $scopeIn = array(), string $modinit = null, string $subcall = null, $vendor = null) : array
Remote calling.
| string | $ctrlproc | name of the driver |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
| $vendor |
$ScopeOut
shell(string $ctrlproc, array $scopeIn = array(), string $modinit = null, string $subcall = null, $vendor = null) : array
Run Shell.
| string | $ctrlproc | name of the driver |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
| $vendor |
$ScopeOut
driver(string $libname, boolean $ispreload = false, array $scopeIn = array(), string $modinit = null, string $subcall = null, string $vendor = null, string $path = null) : array
Run Module as Driver.
| string | $libname | name of the driver |
| boolean | $ispreload | is only a preload (ex page) or need to be execute (ex controller) |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
| string | $vendor | this code is part of specific vendor (ex ft ) |
| string | $path | path where present the basedirectory of the data |
$ScopeOut
query(string $dbproc, boolean $ispreload = true, array $scopeIn = array(), string $modinit = null, string $subcall = null, $vendor = null) : array
Run Module as database query.
| string | $dbproc | name of the driver |
| boolean | $ispreload | is only a preload (ex page) or need to be execute (ex controller) |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
| $vendor |
$ScopeOut
queryR(string $dbproc, boolean $ispreload = true, array $scopeIn = array(), string $modinit = null, string $subcall = null, $vendor = null) : array
Run Module as database query.
| string | $dbproc | name of the driver |
| boolean | $ispreload | is only a preload (ex page) or need to be execute (ex controller) |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
| $vendor |
$ScopeOut
queryCommonR(string $dbproc = 'Json', boolean $ispreload = true, array $scopeIn = array(), string $modinit = 'Pdo', string $subcall = null) : array
Run Module as database query common intenal.
| string | $dbproc | name of the driver by default json |
| boolean | $ispreload | is only a preload (ex page) or need to be execute (ex controller) |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized by default Pdo |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
$ScopeOut
queryJsonR( $dbprc, array $scopeIn = array(), string $modinit = null, $vendor = null, string $path = null) : array
Run Module as database query by json file.
| $dbprc | ||
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized by default Pdo |
| $vendor | ||
| string | $path | path where present the basedirectory of the data |
$ScopeOut
controller(string $ctrlproc, boolean $ispreload = false, array $scopeIn = array(), string $modinit = null, string $subcall = null, $vendor = null) : array
Run Module as controller.
| string | $ctrlproc | name of the driver |
| boolean | $ispreload | is only a preload (ex page) or need to be execute (ex controller) |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
| $vendor |
$ScopeOut
controllerR(string $ctrlproc, boolean $ispreload = false, array $scopeIn = array(), string $modinit = null, string $subcall = null, $vendor = null) : mixed|boolean
Run Module as controller only return.
| string | $ctrlproc | name of the driver |
| boolean | $ispreload | is only a preload (ex page) or need to be execute (ex controller) |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
| $vendor |
$ScopeOut["return"]
controllerCommon(string $ctrlproc, boolean $ispreload = false, array $scopeIn = array(), string $modinit = null, string $subcall = null) : array
Run Module as controller as common for all.
| string | $ctrlproc | name of the driver |
| boolean | $ispreload | is only a preload (ex page) or need to be execute (ex controller) |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
$ScopeOut
controllerCommonR(string $ctrlproc, boolean $ispreload = false, array $scopeIn = array(), string $modinit = null, string $subcall = null) : mixed|boolean
Run Module as controller as common for all only the return.
| string | $ctrlproc | name of the driver |
| boolean | $ispreload | is only a preload (ex page) or need to be execute (ex controller) |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
$ScopeOut["return"]
api(string $srvprc, boolean $ispreload = false, array $scopeIn = array(), string $modinit = null, string $subcall = null, $vendor = null, $mcptype = 'Api')
Run Module as ToolApi Components.
| string | $srvprc | name of the driver |
| boolean | $ispreload | is only a preload (ex page) or need to be execute (ex controller) |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
| $vendor | ||
| $mcptype |
apiR(string $srvprc, boolean $ispreload = false, array $scopeIn = array(), string $modinit = null, string $subcall = null, $vendor = null, $mcptype = 'Api')
Run Module as ToolApi Components.
| string | $srvprc | name of the driver |
| boolean | $ispreload | is only a preload (ex page) or need to be execute (ex controller) |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
| $vendor | ||
| $mcptype |
apiA(string $srvprc, boolean $ispreload = false, array $scopeIn = array(), string $modinit = null, string $subcall = null, $vendor = null, $mcptype = 'Api') : array
Run Module as ToolApi Components.
| string | $srvprc | name of the driver |
| boolean | $ispreload | is only a preload (ex page) or need to be execute (ex controller) |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
| $vendor | ||
| $mcptype |
$scopeOut;
apiCommon(string $srvprc, boolean $ispreload = false, array $scopeIn = array(), \LinHUniX\Mcp\streturnng $modinit = null, \LinHUniX\Mcp\streturnng $subcall = null, $mcptype = 'Api')
Run Module as ToolApi Components.
| string | $srvprc | name of the driver |
| boolean | $ispreload | is only a preload (ex page) or need to be execute (ex controller) |
| array | $scopeIn | Input Array with the value need to work |
| \LinHUniX\Mcp\streturnng | $modinit | Module name where is present the code and be load and initalized |
| \LinHUniX\Mcp\streturnng | $subcall | used if the name of the functionality ($callname) and the subcall are different |
| $mcptype |
apiACommon(string $srvprc, boolean $ispreload = false, array $scopeIn = array(), string $modinit = null, string $subcall = null, $mcptype = 'Api')
Run Modulreturnas ToolApi Components.
| string | $srvprc | name of the driver |
| boolean | $ispreload | is only a preload (ex page) or need to be execute (ex controller) |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
| $mcptype |
service(string $srvprc, boolean $ispreload = false, array $scopeIn = array(), string $modinit = null, string $subcall = null, $vendor = null) : array
Run Module as service.
| string | $srvprc | name of the driver |
| boolean | $ispreload | is only a preload (ex page) or need to be execute (ex controller) |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
| $vendor |
$ScopeOut
serviceR(string $srvprc, boolean $ispreload = false, array $scopeIn = array(), string $modinit = null, string $subcall = null, $vendor = null) : array
Run Module as service Return.
| string | $srvprc | name of the driver |
| boolean | $ispreload | is only a preload (ex page) or need to be execute (ex controller) |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
| $vendor |
$ScopeOut
serviceCommon(string $srvprc, boolean $ispreload = false, array $scopeIn = array(), string $modinit = null, string $subcall = null) : array
Run Module as service.
| string | $srvprc | name of the driver |
| boolean | $ispreload | is only a preload (ex page) or need to be execute (ex controller) |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
$ScopeOut
serviceCommonR(string $srvprc, boolean $ispreload = false, array $scopeIn = array(), string $modinit = null, string $subcall = null) : array
Run Module as service Return
| string | $srvprc | name of the driver |
| boolean | $ispreload | is only a preload (ex page) or need to be execute (ex controller) |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $subcall | used if the name of the functionality ($callname) and the subcall are different |
$ScopeOut
page(string $page, array $scopeIn = array(), string $modinit = null, $vendor = null, $pathtpl = null, $hasreturn = false) : string
Load a page with your ScopeIn.
| string | $page | name of the Page |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| $vendor | ||
| $pathtpl | ||
| $hasreturn |
output (if is true return flag)
render(string $block, array $scopeIn = array(), string $modinit = null, $vendor = null, $pathsrc = null, $hasreturn = false) : string
Load a Block with your ScopeIn.
| string | $block | name of the Block |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| $vendor | ||
| $pathsrc | ||
| $hasreturn |
output (if is true return flag)
renderCommon(string $block, array $scopeIn = array(), string $modinit = null, $vendor = null, $pathsrc = null, $hasreturn = false) : string
Load a Block with your ScopeIn.
| string | $block | name of the Block |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| $vendor | ||
| $pathsrc | ||
| $hasreturn |
output (if is true return flag)
block(string $block, array $scopeIn = array(), string $modinit = null, $vendor = null, $pathtpl = null, $hasreturn = false) : string
Load a Block with your ScopeIn.
| string | $block | name of the Block |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| $vendor | ||
| $pathtpl | ||
| $hasreturn |
output (if is true return flag)
blockCommon(string $block, array $scopeIn = array(), string $modinit = null, $hasreturn = false) : string
Load a Block with your ScopeIn.
| string | $block | name of the Block |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| $hasreturn |
output (if is true return flag)
blockRemote(string $page, array $scopeIn = array(), string $modinit = null, $vendor = null, $hasreturn = false)
Load a block with your ScopeIn.
| string | $page | name of the Page |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| $vendor | ||
| $hasreturn |
blockShell(string $page, array $scopeIn = array(), string $modinit = null, $vendor = null, $hasreturn = false)
Load a block with your ScopeIn.
| string | $page | name of the Page |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| $vendor | ||
| $hasreturn |
showPage(string $block, array $scopeIn = array(), string $modinit = null, string $pageinit = null)
Run Controller and then load a page with your ScopeIn.
| string | $block | name of the Block and the controller |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $pageinit | Moduletestmail name if is different for the page |
showCommonPage(string $block, array $scopeIn = array(), string $modinit = null, string $pageinit = null)
Run Controller and then load a page with your ScopeIn.
| string | $block | name of the Block and the controller |
| array | $scopeIn | Input Array with the value need to work |
| string | $modinit | Module name where is present the code and be load and initalized |
| string | $pageinit | Module name if is different for the page |
showBlock(string $block, array $scopeIn = array(), string $controllerModule = null, string $blockModule = null)
Run Controller and then load a block with your ScopeIn.
| string | $block | name of the Block and the controller |
| array | $scopeIn | Input Array with the value need to work |
| string | $controllerModule | Module name where is present the code and be load and initalized |
| string | $blockModule | Module name if is different for the page |
showCommonBlock(string $block, array $scopeIn = array(), string $controllerModule = null, string $blockModule = null)
Run Controller and then load a block with your ScopeIn.
| string | $block | name of the Block and the controller |
| array | $scopeIn | Input Array with the value need to work |
| string | $controllerModule | Module name where is present the code and be load and initalized |
| string | $blockModule | Module name if is different for the page |
showFullCommonBlock(string $block, array $scopeIn = array(), string $controllerModule = null, string $blockModule = null)
Run Controller and then load a block with your ScopeIn.
| string | $block | name of the Block and the controller |
| array | $scopeIn | Input Array with the value need to work |
| string | $controllerModule | Module name where is present the code and be load and initalized |
| string | $blockModule | Module name if is different for the page |