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

Class: lamBooleanListOption

Source Location: /lib/lists.inc

Class Overview

lamListOption
   |
   --lamBooleanListOption

Boolean option for list configuration.


Author(s):

  • Roland Gruber

Methods


Inherited Methods

Class: lamListOption

lamListOption::__construct()
Creates a new config option.
lamListOption::fillFromPostData()
Fills the config option from POST data.
lamListOption::getID()
Returns the option ID.
lamListOption::getMetaHTML()
Returns the meta HTML data to display this option.
lamListOption::getValue()
Returns the option value. The value must not contain "=" and ";".
lamListOption::setValue()
Sets the config option value. The value must not contain "=" and ";".

Class Details

[line 1066]
Boolean option for list configuration.



Tags:

author:  Roland Gruber


[ Top ]


Class Methods


constructor __construct [line 1077]

lamBooleanListOption __construct( String $name, String $ID)

Creates a new boolean option.



Tags:

return:  config option
access:  public


Overrides lamListOption::__construct() (Creates a new config option.)

Parameters:

String   $name   name to show on config page
String   $ID   unique ID

[ Top ]

method fillFromPostData [line 1096]

array fillFromPostData( )

Fills the config option from POST data.



Tags:

return:  list of StatusMessages (array(<type>, <head line>, <body>))
access:  public


Overrides lamListOption::fillFromPostData() (Fills the config option from POST data.)

[ Top ]

method getMetaHTML [line 1110]

array getMetaHTML( )

Returns the meta HTML data to display this option.



Tags:

return:  meta HTML
access:  public


Overrides lamListOption::getMetaHTML() (Returns the meta HTML data to display this option.)

[ Top ]

method isSelected [line 1087]

boolean isSelected( )

Returns if this option is selected.



Tags:

return:  true, if selected
access:  public


[ Top ]


Documentation generated on Thu, 07 Feb 2008 20:26:39 +0100 by phpDocumentor 1.4.0