PHP Class LdapTools\AttributeConverter\ConvertLockoutTime

See also: https://msdn.microsoft.com/en-us/library/ms676843%28v=vs.85%29.aspx
Author: Chad Sikorra ([email protected])
Inheritance: implements LdapTools\AttributeConverter\AttributeConverterInterface, use trait AttributeConverterTrait
Afficher le fichier Open project: ldaptools/ldaptools

Méthodes publiques

Méthode Description
fromLdap ( $value )
toLdap ( $value )

Méthodes protégées

Méthode Description
expectsBool ( ) : boolean
getLockDateTime ( DateTime $value ) : string
getQueryValue ( boolean $value ) : bOr | Comparison
getUnlockValue ( boolean $value ) : string

Method Details

expectsBool() protected méthode

protected expectsBool ( ) : boolean
Résultat boolean

fromLdap() public méthode

public fromLdap ( $value )

getLockDateTime() protected méthode

protected getLockDateTime ( DateTime $value ) : string
$value DateTime
Résultat string

getQueryValue() protected méthode

protected getQueryValue ( boolean $value ) : bOr | Comparison
$value boolean
Résultat LdapTools\Query\Operator\bOr | LdapTools\Query\Operator\Comparison

getUnlockValue() protected méthode

protected getUnlockValue ( boolean $value ) : string
$value boolean
Résultat string

toLdap() public méthode

public toLdap ( $value )