\LinHUniX\Mcp\ComponentmcpTemplateClass

Description of mcpTemplateClass

Summary

Methods
Properties
Constants
template()
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

template()

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

TEMPLATE (NEDD TO DO MORE)

Parameters

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

Returns

String —

Output