[ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ _ ]

a

accept
in file FormInput.class.php, method FormInput::accept()
    Getter for $_accept.
action
in file Form.class.php, method Form::action()
    Getter for $_action.
addClassName
in file FormField.class.php, method FormField::addClassName()
    Adds a class name to the existing list of classes.
addEventListener
in file FormField.class.php, method FormField::addEventListener()
    Adds an event listeners to the field.
addEventListener
in file Form.class.php, method Form::addEventListener()
    Adds an event listeners to the form.
addField
in file Form.class.php, method Form::addField()
    Adds a FromField to the list of fields.
addOption
in file FormSelect.class.php, method FormSelect::addOption()
    Adds a new option to the list of existing options.
allowMultipleSelections
in file FormSelect.class.php, method FormSelect::allowMultipleSelections()
    Getter for $_allowMultipleSelections.
top

b

buildForm
in file Form.class.php, method Form::buildForm()
    Builds the form.
top

c

checked
in file FormInput.class.php, method FormInput::checked()
    Getter for $_checked.
className
in file FormField.class.php, method FormField::className()
    Getter for $_action.
className
in file FormCaptcha.class.php, method FormCaptcha::className()
    Getter for $_className.
columns
in file FormTextArea.class.php, method FormTextArea::columns()
    Getter for $_columns.
CreateUser
in file MediaWikiManager.php, method MediaWikiManager::CreateUser()
    Creates a user account for the MediWiki.
top

d

DBHOST
in file MediaWikiManager.php, class constant MediaWikiManager::DBHOST
    The database host for MediaWiki.
DBNAME
in file MediaWikiManager.php, class constant MediaWikiManager::DBNAME
    The database name for MediaWiki.
DBPASS
in file MediaWikiManager.php, class constant MediaWikiManager::DBPASS
    The MediaWiki database password.
DBUSER
in file MediaWikiManager.php, class constant MediaWikiManager::DBUSER
    The MediaWiki database user.
DisableUserById
in file MediaWikiManager.php, method MediaWikiManager::DisableUserById()
    Disables the specified account ID.
DisableUserByName
in file MediaWikiManager.php, method MediaWikiManager::DisableUserByName()
    Disables the specified account.
top

e

eventListeners
in file FormField.class.php, method FormField::eventListeners()
    Getter for $_eventListeners.
top

f

fieldType
in file FormField.class.php, method FormField::fieldType()
    Getter for $_fieldType;
Form
in file Form.class.php, class Form
    This class creates HTML form using only PHP code.
Form.class.php
procedural page Form.class.php
FormCaptcha
in file FormCaptcha.class.php, class FormCaptcha
    The FormField class.
FormCaptcha.class.php
procedural page FormCaptcha.class.php
FormField
in file FormField.class.php, class FormField
    The FormField class.
FormField.class.php
procedural page FormField.class.php
FormInput
in file FormInput.class.php, class FormInput
    The FormField class.
FormInput.class.php
procedural page FormInput.class.php
FormSelect
in file FormSelect.class.php, class FormSelect
    The FormField class.
FormSelect.class.php
procedural page FormSelect.class.php
FormSeparator
in file FormSeparator.class.php, class FormSeparator
    The FormField class.
FormSeparator.class.php
procedural page FormSeparator.class.php
FormTextArea
in file FormTextArea.class.php, class FormTextArea
    The FormField class.
FormTextArea.class.php
procedural page FormTextArea.class.php
top

i

image
in file FormInput.class.php, method FormInput::image()
    Getter for $_image.
imageName
in file FormCaptcha.class.php, method FormCaptcha::imageName()
    Getter for $_imageName.
inputName
in file FormCaptcha.class.php, method FormCaptcha::inputName()
    Getter for $_inputName.
isDisabled
in file FormField.class.php, method FormField::isDisabled()
    Getter for $_isDisabled.
top

l

label
in file FormField.class.php, method FormField::label()
    Getter for $_method.
top

m

maxLength
in file FormCaptcha.class.php, method FormCaptcha::maxLength()
    Getter for $_maxLength.
maxLength
in file FormInput.class.php, method FormInput::maxLength()
    Getter for $_maxLength.
MediaWikiManager
in file MediaWikiManager.php, class MediaWikiManager
    This script allows for the external management of MediaWiki user accounts.
MediaWikiManager.php
procedural page MediaWikiManager.php
method
in file Form.class.php, method Form::method()
    Getter for $_method.
top

n

name
in file FormField.class.php, method FormField::name()
    Getter for $_name.
name
in file Form.class.php, method Form::name()
    Getter for $_name.
top

o

options
in file FormSelect.class.php, method FormSelect::options()
    Getter for $_options.
top

p

printForm
in file Form.class.php, method Form::printForm()
    Prints the form.
top

r

readOnly
in file FormInput.class.php, method FormInput::readOnly()
    Getter for $_readOnly.
reloadImage
in file FormCaptcha.class.php, method FormCaptcha::reloadImage()
    Getter for $_reloadImage.
reloadLocation
in file FormCaptcha.class.php, method FormCaptcha::reloadLocation()
    Getter for $_reloadLocation.
reloadName
in file FormCaptcha.class.php, method FormCaptcha::reloadName()
    Getter for $_reloadName.
reloadText
in file FormCaptcha.class.php, method FormCaptcha::reloadText()
    Getter for $_reloadText.
rows
in file FormTextArea.class.php, method FormTextArea::rows()
    Getter for $_rows.
top

s

setAccept
in file FormInput.class.php, method FormInput::setAccept()
    Setter for $_accept.
setAction
in file Form.class.php, method Form::setAction()
    Setter for $_action.
setAllowMultipleSelections
in file FormSelect.class.php, method FormSelect::setAllowMultipleSelections()
    Setter for $_allowMultipleSelections.
setChecked
in file FormInput.class.php, method FormInput::setChecked()
    Setter for $_checked.
setClassName
in file FormField.class.php, method FormField::setClassName()
    Setter for $_className.
setClassName
in file FormCaptcha.class.php, method FormCaptcha::setClassName()
    Setter for $_className.
setColumns
in file FormTextArea.class.php, method FormTextArea::setColumns()
    Setter for $_columns.
setFieldType
in file FormField.class.php, method FormField::setFieldType()
    Setter for $_fieldType.
setImage
in file FormInput.class.php, method FormInput::setImage()
    Setter for $_image.
setImageName
in file FormCaptcha.class.php, method FormCaptcha::setImageName()
    Setter for $_imageName.
setInputName
in file FormCaptcha.class.php, method FormCaptcha::setInputName()
    Setter for $_inputName.
setIsDisabled
in file FormField.class.php, method FormField::setIsDisabled()
    Setter for $_isDisabled.
setLabel
in file FormField.class.php, method FormField::setLabel()
    Setter for $_label.
setMaxLength
in file FormCaptcha.class.php, method FormCaptcha::setMaxLength()
    Setter for $_maxLength.
setMaxLength
in file FormInput.class.php, method FormInput::setMaxLength()
    Setter for $_maxLength.
setMethod
in file Form.class.php, method Form::setMethod()
    Setter for $_method.
setName
in file FormField.class.php, method FormField::setName()
    Setter for $_name
setName
in file Form.class.php, method Form::setName()
    Setter for $_name
setOptions
in file FormSelect.class.php, method FormSelect::setOptions()
    Setter for $_options
setReadOnly
in file FormInput.class.php, method FormInput::setReadOnly()
    Setter for $_readOnly.
setReloadImage
in file FormCaptcha.class.php, method FormCaptcha::setReloadImage()
    Setter for $_reloadImage.
setReloadLocation
in file FormCaptcha.class.php, method FormCaptcha::setReloadLocation()
    Setter for $_reloadLocation.
setReloadName
in file FormCaptcha.class.php, method FormCaptcha::setReloadName()
    Setter for $_reloadName.
setReloadText
in file FormCaptcha.class.php, method FormCaptcha::setReloadText()
    Setter for $_reloadText.
setRows
in file FormTextArea.class.php, method FormTextArea::setRows()
    Setter for $_rows.
setSelectedOptionByIndex
in file FormSelect.class.php, method FormSelect::setSelectedOptionByIndex()
    Setter for $_selectedIndex.
setSelectedOptionByValue
in file FormSelect.class.php, method FormSelect::setSelectedOptionByValue()
    Setter for $_selectedValue.
setShowReload
in file FormCaptcha.class.php, method FormCaptcha::setShowReload()
    Setter for $_showReload.
setSize
in file FormField.class.php, method FormField::setSize()
    Setter for $_size.
setSize
in file FormInput.class.php, method FormInput::setSize()
    Setter for $_size.
setSrc
in file FormCaptcha.class.php, method FormCaptcha::setSrc()
    Setter for $_src;
setStylePad
in file FormInput.class.php, method FormInput::setStylePad()
    Setter for $_stylePad.
setStylePad
in file FormCaptcha.class.php, method FormCaptcha::setStylePad()
    Setter for $_stylePad.
setTitle
in file FormSeparator.class.php, method FormSeparator::setTitle()
    Setter for $_title.
setType
in file FormInput.class.php, method FormInput::setType()
    Setter for $_type
setValue
in file FormInput.class.php, method FormInput::setValue()
    Setter for $_value;
setValue
in file FormTextArea.class.php, method FormTextArea::setValue()
    Setter for $_value;
showReload
in file FormCaptcha.class.php, method FormCaptcha::showReload()
    Getter for $_showReload.
size
in file FormField.class.php, method FormField::size()
    Getter for $_size.
src
in file FormCaptcha.class.php, method FormCaptcha::src()
    Getter for $_src.
stylePad
in file FormCaptcha.class.php, method FormCaptcha::stylePad()
    Getter for $_stylePad.
stylePad
in file FormInput.class.php, method FormInput::stylePad()
    Getter for $_stylePad.
top

t

title
in file FormSeparator.class.php, method FormSeparator::title()
    Getter for $_title.
type
in file FormInput.class.php, method FormInput::type()
    Getter for $_type.
type
in file FormField.class.php, method FormField::type()
    Getter for $_type.
top

u

UpdatePasswordById
in file MediaWikiManager.php, method MediaWikiManager::UpdatePasswordById()
    Updates the password for the given account ID.
UpdatePasswordByName
in file MediaWikiManager.php, method MediaWikiManager::UpdatePasswordByName()
    Updates the password for the given account user name.
UpdateUser
in file MediaWikiManager.php, method MediaWikiManager::UpdateUser()
    Updates a user account in MediaWiki
top

v

value
in file FormTextArea.class.php, method FormTextArea::value()
    Getter for $_value.
value
in file FormInput.class.php, method FormInput::value()
    Getter for $_value.
top

_

__construct
in file FormSeparator.class.php, method FormSeparator::__construct()
    This class builds a separator to be used inside an HTML form.
__construct
in file FormTextArea.class.php, method FormTextArea::__construct()
    This class builds an HTML <textarea>.
__construct
in file MediaWikiManager.php, method MediaWikiManager::__construct()
    Class constructor.
__construct
in file FormSelect.class.php, method FormSelect::__construct()
    This class builds an HTML <select>.
__construct
in file FormInput.class.php, method FormInput::__construct()
    This class builds an HTML <input>.
__construct
in file FormCaptcha.class.php, method FormCaptcha::__construct()
    This class builds an HTML <input>.
__construct
in file FormField.class.php, method FormField::__construct()
    This is the base class for all HTML form fields.
__construct
in file Form.class.php, method Form::__construct()
    This class builds an HTML form.
top

Documentation generated on Mon, 15 Dec 2008 21:14:22 -0700 by phpDocumentor 1.4.1