PHP Class LdapTools\AttributeConverter\ConvertExchangeVersion

Inheritance: implements LdapTools\AttributeConverter\AttributeConverterInterface, use trait AttributeConverterTrait
Afficher le fichier Open project: ldaptools/ldaptools

Protected Properties

Свойство Type Description
$builds An array of build numbers to provide more specific information about the version (SP and/or CU)
$versionsMajor A version map for the main Exchange versions.

Méthodes publiques

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

Méthodes protégées

Méthode Description
getBuildNumbers ( array $matches ) : array
getFriendlyName ( string $fullBuild, string $major, string $minor ) : string
parseRevision ( string $revision ) : string

Method Details

fromLdap() public méthode

public fromLdap ( $value )

getBuildNumbers() protected méthode

protected getBuildNumbers ( array $matches ) : array
$matches array
Résultat array

getFriendlyName() protected méthode

protected getFriendlyName ( string $fullBuild, string $major, string $minor ) : string
$fullBuild string
$major string
$minor string
Résultat string

parseRevision() protected méthode

protected parseRevision ( string $revision ) : string
$revision string
Résultat string

toLdap() public méthode

public toLdap ( $value )

Property Details

$builds protected_oe property

An array of build numbers to provide more specific information about the version (SP and/or CU)
protected $builds

$versionsMajor protected_oe property

A version map for the main Exchange versions.
protected $versionsMajor