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