PHP Class ViMbAdmin_Form_Mailbox_AddEdit

Inheritance: extends ViMbAdmin_Form, use trait OSS_Form_Trait_FileSize
Afficher le fichier Open project: opensolutions/vimbadmin Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

init() public méthode

public init ( )

setMinPasswordLength() public méthode

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