apidoc
[ class tree: apidoc ] [ index: apidoc ] [ all elements ]

Class: PEAR_Frontend_Gtk

Source Location: /PEAR_Frontend_Gtk-0.4.0/Gtk.php

Class Overview

PEAR_Frontend
   |
   --PEAR_Frontend_Gtk

Core Gtk Frontend Class All the real work is done in the child classes (Gtk/*.php)


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 37]
Core Gtk Frontend Class All the real work is done in the child classes (Gtk/*.php)


[ Top ]


Class Variables

$omode =  'plain'

[line 48]


Type:   mixed


[ Top ]

$params = array()

[line 49]


Type:   mixed


[ Top ]

$type =  'Gtk'

[line 46]

What type of user interface this frontend is for.
  • Access: public

Type:   string


[ Top ]



Method Detail

bold   [line 604]

void bold( $text)


Parameters:

   $text   — 

[ Top ]

display   [line 528]

void display( $text, [ $command = ''])


Parameters:

   $text   — 
   $command   — 

[ Top ]

displayError   [line 536]

void displayError( $eobj)


Parameters:

   $eobj   — 

[ Top ]

displayFatalError   [line 546]

void displayFatalError( $eobj)


Parameters:

   $eobj   — 

[ Top ]

displayHeading   [line 559]

void displayHeading( $title)


Parameters:

   $title   — 

[ Top ]

displayLine   [line 523]

void displayLine( $msg, $args)


Parameters:

   $msg   — 
   $args   — 

[ Top ]

endTable   [line 597]

void endTable( )


[ Top ]

log   [line 516]

void log( $msg, [ $command = ''])


Parameters:

   $msg   — 
   $command   — 

[ Top ]

outputData   [line 501]

void outputData( mixed $data, [string $command = ''])

Callback from command API, that sends data back from config-show

Parameters:

mixed   $data   —  data requeted by another part of this program
string   $command   —  the command that was sent to result in this

[ Top ]

setConfig   [line 85]

void setConfig( &$config)


Parameters:

   &$config   — 

[ Top ]

startTable   [line 583]

void startTable( [ $params = array()])


Parameters:

   $params   — 

[ Top ]

tableRow   [line 590]

void tableRow( $columns, [ $rowparams = array()], [ $colparams = array()])


Parameters:

   $columns   — 
   $rowparams   — 
   $colparams   — 

[ Top ]

userConfirm   [line 575]

void userConfirm( $prompt, [ $default = 'yes'])


Parameters:

   $prompt   — 
   $default   — 

[ Top ]

userDialog   [line 566]

void userDialog( $prompt, [ $type = 'text'], [ $default = ''])


Parameters:

   $prompt   — 
   $type   — 
   $default   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 14:28:56 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.