PHP Class Admin_Form_BanUser

Inheritance: extends Zend_Form
Show file Open project: sourcefabric/newscoop Class Usage Examples

Public Methods

Method Description
getDeleteMessages ( ) : Zend_Form_Element_Checkbox Getter for the delete comments
getElementEmail ( ) : Zend_Form_Element_Checkbox Getter for the email checkbox
getElementName ( ) : Zend_Form_Element_Checkbox Getter for the name checkbox
getSubmit ( ) : Zend_Form_Element_Submit Getter for the submit button
init ( )
setValues ( $p_user, $p_values ) Set values

Method Details

getDeleteMessages() public method

Getter for the delete comments
public getDeleteMessages ( ) : Zend_Form_Element_Checkbox
return Zend_Form_Element_Checkbox

getElementEmail() public method

Getter for the email checkbox
public getElementEmail ( ) : Zend_Form_Element_Checkbox
return Zend_Form_Element_Checkbox

getElementName() public method

Getter for the name checkbox
public getElementName ( ) : Zend_Form_Element_Checkbox
return Zend_Form_Element_Checkbox

getSubmit() public method

Getter for the submit button
public getSubmit ( ) : Zend_Form_Element_Submit
return Zend_Form_Element_Submit

init() public method

public init ( )

setValues() public method

Set values
public setValues ( $p_user, $p_values )