PHP Class Admin_Form_Ban

Inheritance: extends Zend_Form
Exibir arquivo Open project: sourcefabric/newscoop Class Usage Examples

Public Methods

Method Description
getDeleteComments ( ) : Zend_Form_Element_Checkbox Getter for the delete comments
getElementIp ( ) : Zend_Form_Element_Checkbox Getter for the ip checkbox
getSubmit ( ) : Zend_Form_Element_Submit Getter for the submit button
gettElementEmail ( ) : Zend_Form_Element_Checkbox Getter for the email checkbox
gettElementName ( ) : Zend_Form_Element_Checkbox Getter for the name checkbox
init ( )
setValues ( $p_commenter, $p_values ) Set values

Method Details

getDeleteComments() public method

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

getElementIp() public method

Getter for the ip checkbox
public getElementIp ( ) : 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

gettElementEmail() public method

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

gettElementName() public method

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

init() public method

public init ( )

setValues() public method

Set values
public setValues ( $p_commenter, $p_values )