PHP 클래스 Admin_Form_BanUser

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

공개 메소드들

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

메소드 상세

getDeleteMessages() 공개 메소드

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

getElementEmail() 공개 메소드

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

getElementName() 공개 메소드

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

getSubmit() 공개 메소드

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

init() 공개 메소드

public init ( )

setValues() 공개 메소드

Set values
public setValues ( $p_user, $p_values )