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

Class: KTemplateHelperSelect

Source Location: /libraries/koowa/template/helper/select.php

Class Overview

KObject
   |
   --KTemplateHelperAbstract
      |
      --KTemplateHelperSelect

Template Select Helper


Author(s):

Methods


Child classes:

KTemplateHelperListbox
Template Listbox Helper
KTemplateHelperPaginator
Template Paginator Helper

Inherited Variables

Inherited Methods

Class: KTemplateHelperAbstract

KTemplateHelperAbstract::__construct()
Constructor
KTemplateHelperAbstract::getTemplate()
Get the template object

Class: KObject

KObject::__construct()
Constructor
KObject::get()
Get the object properties
KObject::getHandle()
Get a handle for this object
KObject::getIdentifier()
Gets the service identifier.
KObject::getMethods()
Get a list of all the available methods
KObject::getService()
Get an instance of a class based on a class identifier only creating it if it does not exist yet.
KObject::inherits()
Checks if the object or one of it's mixin's inherits from a class.
KObject::mixin()
Mixin an object
KObject::set()
Set the object properties
KObject::_initialize()
Initializes the options for the object
KObject::__call()
Search the mixin method map and call the method or trigger an error
KObject::__clone()
Preform a deep clone of the object.

Class Details

[line 18]
Template Select Helper



Tags:

author:  Johan Janssens <johan@nooku.org>


[ Top ]


Class Methods


method booleanlist [line 225]

string booleanlist( [array $config = array()])

Generates an HTML boolean radio list



Tags:

return:  Html
access:  public


Parameters:

array   $config   An optional array with configuration options

[ Top ]

method checklist [line 173]

string checklist( [array $config = array()])

Generates an HTML check list



Tags:

return:  Html
access:  public


Parameters:

array   $config   An optional array with configuration options

[ Top ]

method option [line 26]

string option( [array $config = array()])

Generates an HTML select option



Tags:

return:  Html
access:  public


Parameters:

array   $config   An optional array with configuration options

[ Top ]

method optionlist [line 53]

string optionlist( [array $config = array()])

Generates an HTML select list



Tags:

return:  Html
access:  public


Parameters:

array   $config   An optional array with configuration options

[ Top ]

method radiolist [line 120]

string radiolist( [array $config = array()])

Generates an HTML radio list



Tags:

return:  Html
access:  public


Parameters:

array   $config   An optional array with configuration options

[ Top ]


Documentation generated on Sun, 19 May 2013 03:05:30 +0200 by phpDocumentor 1.4.3