MIOLO26
Carregando...
Procurando...
Nenhuma entrada encontrada
Referência à classe MIOLOConsole
Diagrama de heranças da classe MIOLOConsole
MIOLOUpdater

Membros públicos

 __construct ()
 
 fatalErrorShutdown ()
 
 sigintShutdown ($signal)
 
 getMIOLOInstance ($pathMiolo, $module)
 
 loadMIOLO ()
 

Membros protegidos

 error ($message)
 
 prompt ($message, $noMessage)
 
 execute ($cmd, $errorMessage='', $endOnError=true)
 
 message ($message)
 

Atributos Protegidos

 $MIOLO
 

Descrição detalhada

MIOLOConsole class. Extend this class to have MIOLO on your console scripts.

Autor
Daniel Hartmann [danie.nosp@m.l@so.nosp@m.lis.c.nosp@m.oop..nosp@m.br]
Luiz Gilberto Gregory Filho

Maintainers:
Armando Taffarel Neto [taffa.nosp@m.rel@.nosp@m.solis.nosp@m..coo.nosp@m.p.br] Daniel Hartmann [danie.nosp@m.l@so.nosp@m.lis.c.nosp@m.oop..nosp@m.br]

Desde
Creation date 2011/10/27

Organization:
SOLIS - Cooperativa de Soluções Livres
Copyright:
Copyright (c) 2011 SOLIS - Cooperativa de Soluções Livres
License:
Licensed under GPLv2 (for further details read the COPYING file or http://www.gnu.org/licenses/gpl.html)

MIOLOConsole class

Documentação dos Construtores & Destrutor

◆ __construct()

__construct ( )

MIOLOConsole constructor. Initialize MIOLO.

@global string $module Simulate current module.

Documentação das funções

◆ error()

error ( $message)
protected

Shows an error message and quit.

Parâmetros
string$messageError message.

Reimplementado em MIOLOUpdater.

◆ execute()

execute ( $cmd,
$errorMessage = '',
$endOnError = true )
protected

Execute the given command.

Parâmetros
string$cmdCommand to be executed.
string$errorMessageMessage to be shown in case of error.
boolean$endOnErrorQuit execution on error.
Retorna
array Array with three messages: result (string), output (array), return (string).

◆ fatalErrorShutdown()

fatalErrorShutdown ( )

Method that is executed when a fatal error occurs.

◆ getMIOLOInstance()

getMIOLOInstance ( $pathMiolo,
$module )

Create a MIOLO instance

Parâmetros
string$pathMioloMIOLO direcotry path
string$moduleModule
Retorna
object MIOLO instance

◆ loadMIOLO()

loadMIOLO ( )

Load MIOLO configuration

◆ message()

message ( $message)
protected

Display a message to the user.

Parâmetros
string$messageMessage to be printed.

Reimplementado em MIOLOUpdater.

◆ prompt()

prompt ( $message,
$noMessage )
protected

Show the user a message and wait for his response to proceed or not.

Parâmetros
string$messageMain message.
string$noMessageMessage to show on quiting.

◆ sigintShutdown()

sigintShutdown ( $signal)

Method, that is executed, if script has been killed by. SIGINT: Ctrl+C SIGTERM: kill

Parâmetros
integer$signalSignal sent by the user.

Documentação dos campos e atributos

◆ $MIOLO

$MIOLO
protected

A documentação para esta classe foi gerada a partir dos seguintes ficheiros: