PHP 클래스 Admin_Form_Ban

상속: extends Zend_Form
파일 보기 프로젝트 열기: sourcefabric/newscoop 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

getDeleteComments() 공개 메소드

Getter for the delete comments
public getDeleteComments ( ) : Zend_Form_Element_Checkbox
리턴 Zend_Form_Element_Checkbox

getElementIp() 공개 메소드

Getter for the ip checkbox
public getElementIp ( ) : Zend_Form_Element_Checkbox
리턴 Zend_Form_Element_Checkbox

getSubmit() 공개 메소드

Getter for the submit button
public getSubmit ( ) : Zend_Form_Element_Submit
리턴 Zend_Form_Element_Submit

gettElementEmail() 공개 메소드

Getter for the email checkbox
public gettElementEmail ( ) : Zend_Form_Element_Checkbox
리턴 Zend_Form_Element_Checkbox

gettElementName() 공개 메소드

Getter for the name checkbox
public gettElementName ( ) : Zend_Form_Element_Checkbox
리턴 Zend_Form_Element_Checkbox

init() 공개 메소드

public init ( )

setValues() 공개 메소드

Set values
public setValues ( $p_commenter, $p_values )