PHP Class ViMbAdmin_Form_Mailbox_AddEdit

Inheritance: extends ViMbAdmin_Form, use trait OSS_Form_Trait_FileSize
Show file Open project: opensolutions/vimbadmin Class Usage Examples

Public Methods

Method Description
getMinPasswordLength ( ) : integer Getter method for the minimum password length
init ( )
setMinPasswordLength ( integer $len ) : ViMbAdmin_Form_Mailbox_AddEdit Setter method for the minimum password length

Method Details

getMinPasswordLength() public method

Getter method for the minimum password length
public getMinPasswordLength ( ) : integer
return integer $len The minimum password length

init() public method

public init ( )

setMinPasswordLength() public method

Setter method for the minimum password length
public setMinPasswordLength ( integer $len ) : ViMbAdmin_Form_Mailbox_AddEdit
$len integer The minimum password length
return ViMbAdmin_Form_Mailbox_AddEdit