PHP 클래스 LdapTools\AttributeConverter\ConvertExchangeVersion

상속: implements LdapTools\AttributeConverter\AttributeConverterInterface, use trait AttributeConverterTrait
파일 보기 프로젝트 열기: ldaptools/ldaptools

보호된 프로퍼티들

프로퍼티 타입 설명
$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.

공개 메소드들

메소드 설명
fromLdap ( $value )
toLdap ( $value )

보호된 메소드들

메소드 설명
getBuildNumbers ( array $matches ) : array
getFriendlyName ( string $fullBuild, string $major, string $minor ) : string
parseRevision ( string $revision ) : string

메소드 상세

fromLdap() 공개 메소드

public fromLdap ( $value )

getBuildNumbers() 보호된 메소드

protected getBuildNumbers ( array $matches ) : array
$matches array
리턴 array

getFriendlyName() 보호된 메소드

protected getFriendlyName ( string $fullBuild, string $major, string $minor ) : string
$fullBuild string
$major string
$minor string
리턴 string

parseRevision() 보호된 메소드

protected parseRevision ( string $revision ) : string
$revision string
리턴 string

toLdap() 공개 메소드

public toLdap ( $value )

프로퍼티 상세

$builds 보호되어 있는 프로퍼티

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

$versionsMajor 보호되어 있는 프로퍼티

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