org.seanmonahan
[ class tree: org.seanmonahan ] [ index: org.seanmonahan ] [ all elements ]

Class: FormSeparator

Source Location: /FormSeparator.class.php

Class Overview

FormField
   |
   --FormSeparator

The FormField class.


Author(s):

  • Sean Monahan

Version:

  • 1.0

Copyright:

  • 2008 Sean Monahan

Methods


Inherited Methods

Class: FormField

FormField::__construct()
This is the base class for all HTML form fields.
FormField::addClassName()
Adds a class name to the existing list of classes.
FormField::addEventListener()
Adds an event listeners to the field.
FormField::className()
Getter for $_action.
FormField::eventListeners()
Getter for $_eventListeners.
FormField::fieldType()
Getter for $_fieldType;
FormField::isDisabled()
Getter for $_isDisabled.
FormField::label()
Getter for $_method.
FormField::name()
Getter for $_name.
FormField::setClassName()
Setter for $_className.
FormField::setFieldType()
Setter for $_fieldType.
FormField::setIsDisabled()
Setter for $_isDisabled.
FormField::setLabel()
Setter for $_label.
FormField::setName()
Setter for $_name
FormField::setSize()
Setter for $_size.
FormField::size()
Getter for $_size.
FormField::type()
Getter for $_type.

Class Details

[line 18]
The FormField class.

PHP Version 5

LICENSE: This source file is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License. http://creativecommons.org/licenses/by-sa/3.0/us/




Tags:

author:  Sean Monahan
version:  1.0
copyright:  2008 Sean Monahan


[ Top ]


Class Methods


constructor __construct [line 33]

FormSeparator __construct( [array $title = ""], [string $className = "formSeparator"])

This class builds a separator to be used inside an HTML form.



Tags:

access:  public


Overrides FormField::__construct() (This is the base class for all HTML form fields.)

Parameters:

array   $title   The text to display with the separator.
string   $className   The CSS class for the <select>.

[ Top ]

method setTitle [line 55]

void setTitle( string $value)

Setter for $_title.



Tags:

access:  public


Parameters:

string   $value   The options for the select.

[ Top ]

method title [line 45]

string title( )

Getter for $_title.



Tags:

return:  The title for the separator.
access:  public


[ Top ]


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