\LinHUniX\Mcp\ComponentmcpMenuClass

Description of mcpDebugClass.

Summary

Methods
Properties
Constants
runCommand()
runSequence()
runMenu()
runTag()
TagConverter()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

runCommand()

runCommand(mixed  $scopectl, mixed  $scopeIn = array()) : \LinHUniX\Mcp\Component\any

Run a command inside $scopeCtl Scopectl params are: - name - path - ispreload - modinit - module - vendor - subcall - type - controllerModule - blockModule - ScopeInDefault - ScopeInRewrite - ScopeInOverwrite.

Parameters

mixed $scopectl
mixed $scopeIn

Returns

\LinHUniX\Mcp\Component\any —

$ScopeOut

runSequence()

runSequence(array  $actionsSeq, mixed  $scopeIn = array()) : \LinHUniX\Mcp\Component\any

runSequence inside actions.

Parameters

array $actionsSeq
mixed $scopeIn

Returns

\LinHUniX\Mcp\Component\any —

$ScopeOut

runMenu()

runMenu(string  $action, array  $scopeIn = array()) : \LinHUniX\Mcp\Component\any

Run Module as Menu sequence.

Parameters

string $action

name of the Doctrine

array $scopeIn

Input Array with the value need to work

Returns

\LinHUniX\Mcp\Component\any —

$ScopeOut

runTag()

runTag(string  $action, array  $scopeIn = array(),   $buffer = false) : \LinHUniX\Mcp\Component\any

Run Module as Tags sequence.

Parameters

string $action

name of the Doctrine

array $scopeIn

Input Array with the value need to work

$buffer

Returns

\LinHUniX\Mcp\Component\any —

$ScopeOut

TagConverter()

TagConverter(  $text, array  $scopeIn = array(),   $label = null) : \LinHUniX\Mcp\Component\any

Search special Tags sequence on module and run it.

Parameters

$text
array $scopeIn

Input Array with the value need to work

$label

Returns

\LinHUniX\Mcp\Component\any —

$ScopeOut