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

Element index for package PHPConfig

[ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ n ] [ o ] [ p ] [ q ] [ s ] [ t ] [ u ] [ x ] [ _ ]

_

__construct
in file PHPConfig.php, method Gtk2_PHPConfig::__construct()
    Sets the classes' properties and calls the creation of the GUI interface.
top

b

buildDescBox
in file PHPConfig.php, method Gtk2_PHPConfig::buildDescBox()
    Creates and the description and comment boxes.
buildGUI
in file PHPConfig.php, method Gtk2_PHPConfig::buildGUI()
    Creates the user interface to facilitate editing of the ini files.
buildMenu
in file PHPConfig.php, method Gtk2_PHPConfig::buildMenu()
    Creates and returns the menu for the GUI
buildSectionList
in file PHPConfig.php, method Gtk2_PHPConfig::buildSectionList()
    Generates a list of available configuration sections after parsing the XML definition file.
buildValueBox
in file PHPConfig.php, method Gtk2_PHPConfig::buildValueBox()
    Creates and returns the value setting box
top

c

COMMENT_INLINE
in file PHPConfig.php, class constant Gtk2_PHPConfig::COMMENT_INLINE
    Array Index - InLine comments of directive
COMMENT_NORMAL
in file PHPConfig.php, class constant Gtk2_PHPConfig::COMMENT_NORMAL
    Array Index - Comments in a directive
top

d

DIR_CURRENT
in file PHPConfig.php, class constant Gtk2_PHPConfig::DIR_CURRENT
    Array Index - Current Value of a directive
DIR_DEFAULT
in file PHPConfig.php, class constant Gtk2_PHPConfig::DIR_DEFAULT
    Array Index - Default Value of a directive
DIR_NUMBER
in file PHPConfig.php, class constant Gtk2_PHPConfig::DIR_NUMBER
    Array Index - Line number of directive
top

e

$extensions
in file PHPConfig.php, variable Gtk2_PHPConfig::$extensions
    The extension modules loaded/unloaded in the current file parsed.
EXT_DISABLED
in file PHPConfig.php, class constant Gtk2_PHPConfig::EXT_DISABLED
    Extension Option - Extension is disabled
EXT_ENABLED
in file PHPConfig.php, class constant Gtk2_PHPConfig::EXT_ENABLED
    Extension Option - Extension is enabled
top

f

$fileName
in file PHPConfig.php, variable Gtk2_PHPConfig::$fileName
    The file name of the php.ini file currently open. Will be set to null if a new file is to be generated.
top

g

getOptions
in file PHPConfig.php, method Gtk2_PHPConfig::getOptions()
    Returns an array of possible configuration options corresponding to a particular configuration section.
getSections
in file PHPConfig.php, method Gtk2_PHPConfig::getSections()
    Returns an array of possible configuration sections after parsing the XML definition file.
getValues
in file PHPConfig.php, method Gtk2_PHPConfig::getValues()
    Parses the XML definition file and returns the initial state of the buffer. Additionally, if an existing file is opened, parses that file and modifies the buffer to reflect the current state of that file.
Gtk2_PHPConfig
in file PHPConfig.php, class Gtk2_PHPConfig
    Gtk2_PHPConfig
top

n

newFile
in file PHPConfig.php, method Gtk2_PHPConfig::newFile()
    Creates a new file to be edited after prompting for saving of the existing file that is open.
top

o

$optionComments
in file PHPConfig.php, variable Gtk2_PHPConfig::$optionComments
    Comments associated with the currently selected option.
$optionDesc
in file PHPConfig.php, variable Gtk2_PHPConfig::$optionDesc
    Description of the currently selected option.
$optionEntry
in file PHPConfig.php, variable Gtk2_PHPConfig::$optionEntry
    The entry box that will accept the value of the current option from the user.
$optionIndex
in file PHPConfig.php, variable Gtk2_PHPConfig::$optionIndex
    The "buffer" array that stores the current values of all the options.
$optionTree
in file PHPConfig.php, variable Gtk2_PHPConfig::$optionTree
    Tree that displays the current section's corresponding options.
onOptionSelect
in file PHPConfig.php, method Gtk2_PHPConfig::onOptionSelect()
    Sets the description of the configuration option currently selected and displays it along with comments, if any.
onSaveFile
in file PHPConfig.php, method Gtk2_PHPConfig::onSaveFile()
    Called in case a new file is to be generated after a filename has been prompted for. Sets the filename property to the filename chosen by the user and calls the saveFile() function.
onSaveFileAs
in file PHPConfig.php, method Gtk2_PHPConfig::onSaveFileAs()
    Called in case the "Save As..." option is selected. The function will prompt for a filename to save the file as.
onSectionSelect
in file PHPConfig.php, method Gtk2_PHPConfig::onSectionSelect()
    Retreives and displays the set of configuration options associated with the currently selected configuration section.
onValueSubmit
in file PHPConfig.php, method Gtk2_PHPConfig::onValueSubmit()
    Sets the new user-defined value for the configuration option in the buffer.
onValueUnset
in file PHPConfig.php, method Gtk2_PHPConfig::onValueUnset()
    Unsets the value of the currently selected configuration directive to disabled so that it does not appear in the configuration file.
openFile
in file PHPConfig.php, method Gtk2_PHPConfig::openFile()
    Prompts for saving of file that is currently opened and opens a dialog that prompts for the next file the user wishes to open.
top

p

$progress
in file PHPConfig.php, variable Gtk2_PHPConfig::$progress
    The progress window that displays the percentage by which a file is parsed.
PHPConfig.php
procedural page PHPConfig.php
top

q

quit
in file PHPConfig.php, method Gtk2_PHPConfig::quit()
    Quits the main Gtk loop after checking whether the current state of the buffer has been saved to a file or not.
top

s

$saveasBuffer
in file PHPConfig.php, variable Gtk2_PHPConfig::$saveasBuffer
    A buffer used to temporarily store the contents of the currently open file when the save as option is used
$saved
in file PHPConfig.php, variable Gtk2_PHPConfig::$saved
    A flag that determined whether the current file is saved or not.
$sectionTree
in file PHPConfig.php, variable Gtk2_PHPConfig::$sectionTree
    Tree that displays the available configuration sections.
saveFile
in file PHPConfig.php, method Gtk2_PHPConfig::saveFile()
    Saves the current state of configuration into a file. Filename will be prompted for if a new file is to be generated.
savePrompt
in file PHPConfig.php, method Gtk2_PHPConfig::savePrompt()
    Checks whether the existing open file is saved or not. If not, prompts the user to save it.
setTitle
in file PHPConfig.php, method Gtk2_PHPConfig::setTitle()
    Sets the title of the window as required.
showProgress
in file PHPConfig.php, method Gtk2_PHPConfig::showProgress()
    Creates and displays a progress bar that indicates by what amount a file has been parsed.
top

t

TITLE
in file PHPConfig.php, class constant Gtk2_PHPConfig::TITLE
    Title of the Window.
top

u

updateProgress
in file PHPConfig.php, method Gtk2_PHPConfig::updateProgress()
    Updates the progress by the fraction received as an argument by the function.
top

x

$xmlDefs
in file PHPConfig.php, variable Gtk2_PHPConfig::$xmlDefs
    The XML definition file holding descriptions of all possible php.ini directives.
$xpath
in file PHPConfig.php, variable Gtk2_PHPConfig::$xpath
    The XPath object to the XML definition file.
top

Documentation generated on Mon, 11 Mar 2019 15:40:21 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.