MIOLO26
Carregando...
Procurando...
Nenhuma entrada encontrada
Referência à classe MIOLO

Membros públicos

 __construct ()
 
 getObject ($class, $param=NULL)
 
 getIsAjaxCall ()
 
 handlerRequest ()
 
 initialize ()
 
 getNamespacePath ($namespace, $miolo2integration=false)
 
 import ($namespace, $class='', $extension='.php', $miolo2integration=false)
 
 init ( $home=NULL, $logname='miolo')
 
 prepare ()
 
 handler ()
 
 invokeHandler ($module, $action)
 
 getHandler ( $module)
 
 terminate ()
 
 getConf ($key)
 
 setConf ($key, $value)
 
 assert ($cond, $msg='', $goto='')
 
 scramble ($text)
 
 unScramble ($text)
 
 setDispatcher ($url)
 
 getContext ($url='', $style=0, $scramble=false)
 
 getSession ()
 
 getAuth ()
 
 getPerms ()
 
 getLogin ()
 
 getPage ()
 
 loadExtensions ()
 
 uses ( $name, $module=NULL)
 
 usesBusiness ($module, $name='main')
 
 getActionURL ($module='', $action='NONE', $item='', $args=NULL, $dispatch=NULL, $scramble=false)
 
 saguCompatibility ($url)
 
 getAbsolutePath ($rel=NULL, $module=NULL)
 
 getAbsoluteURL ($rel, $module=NULL)
 
 getThemeURL ($rel, $name=NULL, $default=NULL, $module=NULL)
 
 getModulePath ($module, $file)
 
 getSysTime ($format='d/m/Y H:i:s')
 
 getSysDate ($format='d/m/Y')
 
 checkLogin ()
 
 checkAccess ($trans, $access, $deny=false)
 
 isHostAllowed ()
 
 getDatabase ($conf=NULL, $user=NULL, $pass=NULL)
 
 getBusiness ($module, $name='main', $data=NULL)
 
 getBusinessMAD ($name='main', $data=NULL)
 
 loadMADConf ()
 
 getClass ($module, $name)
 
 getUI ()
 
 getWebServices ( $module, $name, $data=NULL, $dir=NULL)
 
 getTheme ($themeId='', $layout='default')
 
 getPainter ()
 
 error ($msg='', $goto='', $caption='', $event='', $halt=true)
 
 information ($msg, $goto='', $event='', $halt=true)
 
 confirmation ($msg, $gotoOK='', $gotoCancel='', $eventOk='', $eventCancel='', $halt=true)
 
 question ($msg, $gotoYes='', $gotoNo='', $eventYes='', $eventNo='', $halt=true)
 
 alert ($msg, $goto='', $event='', $halt=true)
 
 prompt ($prompt, $halt=true)
 
 dialogPrompt ($dlgPrompt)
 
 setLog ($logname)
 
 logSQL ($sql, $force=false, $conf='?')
 
 logError ($error, $conf='miolo')
 
 profileTime ()
 
 profileEnter ($name)
 
 profileExit ($name)
 
 profileDump ()
 
 getProfileDump ()
 
 usesDump ()
 
 dump ($var, $file=false, $line=false, $info=false)
 
 isLogging ()
 
 logMessage ($msg)
 
 debugMessage ($msg)
 
 deprecate ($msg)
 
 trace ($msg, $file=false, $line=0)
 
 traceDump ()
 
 traceStack ()
 
 getThemes ()
 
 listFiles ($dir, $type='d')
 
 saveFile ($module='', $filename='', $dir='html/files/')
 
 getRequiredJS4Ajax ()
 
 tokenOk ()
 
 setMobile ($isMobile)
 
 checkMobile ()
 
 clearDbConf ($module)
 

Membros públicos estáticos

static getInstance ()
 
static getCurrentURL ()
 
static getPreviousURL ()
 
static getCurrentModule ()
 
static getCurrentAction ()
 
static _REQUEST ( $vars, $from='ALL', $order='')
 
static vd ($variable, $forceType=null)
 
static var_dump ($variable, $forceType=null)
 
static updateLoading ($value)
 
static isDebugMode ()
 
static getVersion ()
 

Campos de Dados

const IS_MOBILE_SESSION_ID = 'MIOLO_isMobile'
 
 $_version
 
 $_author
 
 $trace_socket
 
 $db
 
 $user
 
 $pass
 
 $sqllog
 
 $errlog
 
 $theme
 
 $themepainter
 
 $themelayout
 
 $controlpainter
 
 $pagepainter
 
 $profile
 
 $uses
 
 $trace
 
 $error
 
 $page
 
 $context
 
 $response
 
 $request
 
 $auth
 
 $perms
 
 $session
 
 $state
 
 $logdb
 
 $dbconf = array()
 
 $halted = false
 
 $painter
 
 $mad
 
 $forward
 
 $php
 
 $ajax
 
 $isAjaxCall = false
 
 $isAjaxEvent = false
 
 $formSubmit
 
 $mobileDetect
 

Descrição detalhada

Documentação dos Construtores & Destrutor

◆ __construct()

__construct ( )

Constructor. Miolo Class Constructor.

Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

Documentação das funções

◆ _REQUEST()

static _REQUEST ( $vars,
$from = 'ALL',
$order = '' )
static
Parâmetros
(mixed)$vars String ou array: variáveis das quais se deseja obter o valor
(string)$from De onde obter os dados. Pode ser 'GET', 'POST', 'SESSION', 'REQUEST' além do padrão 'ALL' que retorna todos os dados.
(string)$order Onde pesquisar primeiro POST ou GET. Por padrão a pesquisa é feita de acordo com a configuração do php.ini . Para forçar a ordem, informe "PG" ou "GP" (P=post, G=get)
Retorna
(array) Os valores das variáveis solicitadas
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php, /var/docker/solisge-devel/www/solisge/miolo26/classes/ui/controls/mform.class.php e /var/docker/solisge-devel/www/solisge/miolo26/classes/utils/mutil.class.php.

◆ alert()

alert ( $msg,
$goto = '',
$event = '',
$halt = true )

Displays an alert message using MPrompt component.

Parâmetros
(string)$msg
(string)$goto
(string)$event
(boolean)$halt
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ assert()

assert ( $cond,
$msg = '',
$goto = '' )

Brief Description. Complete Description.

Parâmetros
$cond(tipo) desc
$msg'(tipo) desc
$goto=''(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ checkAccess()

checkAccess ( $trans,
$access,
$deny = false )

Brief Description. Complete Description.

Parâmetros
$trans(tipo) desc
$access(tipo) desc
$deny(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ checkLogin()

checkLogin ( )

Brief Description. Complete Description.

Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ checkMobile()

checkMobile ( )

Check if MIOLO session is defined as mobile.

Retorna
boolean Whether is a mobile session.
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ clearDbConf()

clearDbConf ( $module)

Limpa uma instancia de conexao do MIOLO

Parâmetros
string$module
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ confirmation()

confirmation ( $msg,
$gotoOK = '',
$gotoCancel = '',
$eventOk = '',
$eventCancel = '',
$halt = true )

Brief Description. Complete Description.

Parâmetros
$msg(tipo) desc
$gotoOK'(tipo) desc
$gotoCancel=''(tipo) desc
$eventOk=''(tipo) desc
$eventCancel=''(tipo) desc
$halt=(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ debugMessage()

debugMessage ( $msg)

Send debug message to socket. This method sends a message to the listening socket, if this is enabled in miolo's configuration "option.debug". This method can be used for debugging in development time and, when in production, simple change configuration and no more logs will be generated.

Parâmetros
$msg(string) Message to send
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ deprecate()

deprecate ( $msg)

Brief Description. Complete Description.

Parâmetros
$msg(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ dialogPrompt()

◆ dump()

dump ( $var,
$file = false,
$line = false,
$info = false )

Brief Description. Complete Description.

Parâmetros
$var(tipo) desc
$file(tipo) desc
$line=false(tipo) desc
$info=false(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ error()

error ( $msg = '',
$goto = '',
$caption = '',
$event = '',
$halt = true )

Dialogs and Error Handling Dialogs and Error Handling Error Information Confirmation Question Prompt

Parâmetros
$msg'(tipo) desc
$goto=''(tipo) desc
$caption=''(tipo) desc
$event=''(tipo) desc
$halt=(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getAbsolutePath()

getAbsolutePath ( $rel = NULL,
$module = NULL )

Gets physical filesystem path of $rel (relative filename) Brief Description. Complete Description.

Parâmetros
$rel(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getAbsoluteURL()

getAbsoluteURL ( $rel,
$module = NULL )

Gets absolute virtual path of $rel (relative filename) from browser's address Brief Description. Complete Description.

Parâmetros
$rel(tipo) desc
$module(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getActionURL()

getActionURL ( $module = '',
$action = 'NONE',
$item = '',
$args = NULL,
$dispatch = NULL,
$scramble = false )

◆ getAuth()

getAuth ( )

Brief Description. Complete Description.

Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getBusiness()

getBusiness ( $module,
$name = 'main',
$data = NULL )

◆ getBusinessMAD()

getBusinessMAD ( $name = 'main',
$data = NULL )

◆ getClass()

◆ getConf()

getConf ( $key)

Brief Description. Complete Description.

Parâmetros
$key(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getContext()

getContext ( $url = '',
$style = 0,
$scramble = false )

Brief Description. Complete Description.

Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getCurrentAction()

static getCurrentAction ( )
static

Return the name of the current action.

Retorna
string Current action.
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getCurrentModule()

static getCurrentModule ( )
static

◆ getCurrentURL()

static getCurrentURL ( )
static

Return current URL. Returns the URL address of the current page.

Retorna
(string) URL address
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getDatabase()

getDatabase ( $conf = NULL,
$user = NULL,
$pass = NULL )

@global type $MIOLOCONF

Parâmetros
type$conf
type$user
type$pass
Retorna
MDatabase
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getHandler()

getHandler ( $module)

Get handler manager.

Parâmetros
string$moduleModule name.
Retorna
MHandler Handler instance.
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getInstance()

◆ getIsAjaxCall()

getIsAjaxCall ( )

Returns information about the king of the request.

Retorna
boolean True if is is an Ajax call, otherwise False.
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getLogin()

getLogin ( )

◆ getModulePath()

getModulePath ( $module,
$file )

Gets the physical filesystem path of the module's file Brief Description. Complete Description.

Parâmetros
$module(tipo) desc
$file(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getNamespacePath()

getNamespacePath ( $namespace,
$miolo2integration = false )

Brief Description. Complete Description.

Parâmetros
$namespace(tipo) desc
$class'(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getObject()

getObject ( $class,
$param = NULL )

◆ getPage()

◆ getPainter()

◆ getPerms()

getPerms ( )

Brief Description. Complete Description.

Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getPreviousURL()

static getPreviousURL ( )
static

Return previos URL, based on previous action Returns the URL address of the previous action page

Retorna
(string) URL address
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getProfileDump()

getProfileDump ( )

Brief Description. Complete Description.

Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getRequiredJS4Ajax()

◆ getSession()

getSession ( )

Brief Description. Complete Description.

Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getSysDate()

◆ getSysTime()

getSysTime ( $format = 'd/m/Y H:i:s')

Brief Description. Complete Description.

Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getTheme()

getTheme ( $themeId = '',
$layout = 'default' )

Brief Description. Complete Description.

Parâmetros
$themeId'(tipo) desc
$layout='default'(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getThemes()

getThemes ( )

Brief Description. Complete Description.

Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getThemeURL()

getThemeURL ( $rel,
$name = NULL,
$default = NULL,
$module = NULL )

Gets absolute virtual path of $rel for selected theme Brief Description. Complete Description.

Parâmetros
$rel(tipo) desc
$name(tipo) desc
$default=NULL(tipo) desc
$module=NULL(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getUI()

getUI ( )
Retorna
MUI Get the user interface manager.
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ getVersion()

◆ getWebServices()

getWebServices ( $module,
$name,
$data = NULL,
$dir = NULL )

◆ handler()

MAjax AJAX handler ( )

Brief Description. Complete Description.

Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ handlerRequest()

handlerRequest ( )

Brief Description. Complete Description.

Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ import()

import ( $namespace,
$class = '',
$extension = '.php',
$miolo2integration = false )

◆ information()

information ( $msg,
$goto = '',
$event = '',
$halt = true )

Brief Description. Complete Description.

Parâmetros
$msg(tipo) desc
$goto'(tipo) desc
$event=''(tipo) desc
$halt=(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ init()

init ( $home = NULL,
$logname = 'miolo' )

Brief Description. Complete Description.

Parâmetros
$home(tipo) desc
$logname=miolo'(tipo) desc
Retorna
(tipo) desc

Ticket #46247 O getConf do modules.inc.php foi posto mais para baixo nessa função pois estávamos tendo problema em utilizar funções do MUtil (que ainda não estava instanciado) no modules.inc.php.

Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ initialize()

initialize ( )

Initialize some variables. Loads environment configuration, reads the resquest and get the context info.

Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ invokeHandler()

invokeHandler ( $module,
$action )

Brief Description. Complete Description.

Parâmetros
$module(tipo) desc
$action(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ isDebugMode()

static isDebugMode ( )
static

Retorna se esta em modo debug

Retorna
boolean
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ isHostAllowed()

isHostAllowed ( )

Brief Description. Complete Description.

Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ isLogging()

isLogging ( )

Brief Description. Complete Description.

Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ listFiles()

listFiles ( $dir,
$type = 'd' )

Brief Description. Complete Description.

Parâmetros
$dir(tipo) desc
$typed'(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ loadExtensions()

◆ loadMADConf()

◆ logError()

logError ( $error,
$conf = 'miolo' )

Brief Description. Complete Description.

Parâmetros
$error(tipo) desc
$conf(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ logMessage()

logMessage ( $msg)

Brief Description. Complete Description.

Parâmetros
$msg(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ logSQL()

logSQL ( $sql,
$force = false,
$conf = '?' )

Brief Description. Complete Description.

Parâmetros
$sql(tipo) desc
$force(tipo) desc
$conf=(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ prepare()

◆ profileDump()

profileDump ( )

Brief Description. Complete Description.

Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ profileEnter()

profileEnter ( $name)

Brief Description. Complete Description.

Parâmetros
$name(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ profileExit()

profileExit ( $name)

Brief Description. Complete Description.

Parâmetros
$name(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ profileTime()

profileTime ( )

Brief Description. Complete Description.

Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ prompt()

prompt ( $prompt,
$halt = true )

Brief Description. Complete Description.

Parâmetros
$prompt(tipo) desc
$halt(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ question()

question ( $msg,
$gotoYes = '',
$gotoNo = '',
$eventYes = '',
$eventNo = '',
$halt = true )

Brief Description. Complete Description.

Parâmetros
$msg(tipo) desc
$gotoYes'(tipo) desc
$gotoNo=''(tipo) desc
$eventYes=''(tipo) desc
$eventNo=''(tipo) desc
$halt=(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ saguCompatibility()

saguCompatibility ( $url)

Aplica compatibilidades entre modulos que utilizam SAGU com miolo 2.0 versus miolo 2.6.

Retorna
string
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ saveFile()

saveFile ( $module = '',
$filename = '',
$dir = 'html/files/' )

Send a file to client

Parâmetros
string$moduleModule
string$filenameComplete filepath relative to directory "files" on module dir Brief Description. Complete Description.
$module'(tipo) desc
$filename(tipo) desc
$dir='html(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ scramble()

◆ setConf()

setConf ( $key,
$value )

Brief Description. Complete Description.

Parâmetros
$key(tipo) desc
$value(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ setDispatcher()

setDispatcher ( $url)

Brief Description. Complete Description.

Parâmetros
$url(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ setLog()

setLog ( $logname)

Brief Description. Complete Description.

Parâmetros
$logname(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ setMobile()

setMobile ( $isMobile)

Set MIOLO session as mobile.

Parâmetros
boolean$isMobileWhether is a mobile session.
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ terminate()

terminate ( )

Brief Description. Complete Description.

Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ tokenOk()

◆ trace()

trace ( $msg,
$file = false,
$line = 0 )

Brief Description. Complete Description.

Parâmetros
$msg(tipo) desc
$file(tipo) desc
$line=0(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ traceDump()

traceDump ( )

Brief Description. Complete Description.

Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ traceStack()

traceStack ( )

Brief Description. Complete Description.

Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ unScramble()

◆ updateLoading()

static updateLoading ( $value)
static

◆ uses()

uses ( $name,
$module = NULL )

Brief Description. Complete Description.

Parâmetros
$name(tipo) desc
$module(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ usesBusiness()

usesBusiness ( $module,
$name = 'main' )

Brief Description. Complete Description.

Parâmetros
$module(tipo) desc
$namemain'(tipo) desc
Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ usesDump()

usesDump ( )

Brief Description. Complete Description.

Retorna
(tipo) desc
Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ var_dump()

static var_dump ( $variable,
$forceType = null )
static

◆ vd()

static vd ( $variable,
$forceType = null )
static

Documentação dos campos e atributos

◆ $_author

◆ $_version

◆ $ajax

◆ $auth

◆ $context

◆ $controlpainter

◆ $db

◆ $dbconf

◆ $errlog

◆ $error

◆ $formSubmit

◆ $forward

◆ $halted

◆ $isAjaxCall

◆ $isAjaxEvent

◆ $logdb

◆ $mad

◆ $mobileDetect

◆ $page

◆ $pagepainter

◆ $painter

◆ $pass

◆ $perms

◆ $php

◆ $profile

◆ $request

◆ $response

◆ $session

◆ $sqllog

◆ $state

◆ $theme

◆ $themelayout

◆ $themepainter

◆ $trace

◆ $trace_socket

$trace_socket

remote tracing log message support

Exemplos
/var/docker/solisge-devel/www/solisge/miolo26/classes/miolo.class.php.

◆ $user

◆ $uses

◆ IS_MOBILE_SESSION_ID

const IS_MOBILE_SESSION_ID = 'MIOLO_isMobile'

A documentação para esta classe foi gerada a partir do seguinte ficheiro: