PHP Класс LdapTools\Utilities\UserParameters

Автор: Chad Sikorra ([email protected])
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$dialInData DialInData | null
$postBinary Binary data that occurs after the TSPropertyArray data.
$preBinary Binary data that occurs before the dial-in data.
$tsPropertyArray TSPropertyArray | null

Открытые методы

Метод Описание
__construct ( null | string | TSPropertyArray | DialInData $userParameters = null )
getDialInData ( ) : DialInData | null Get the DialInData.
getPostBinary ( ) : string Get the binary data that comes after the TSPropertyArray data.
getReservedDataString ( ) : string Get the decoded reserved data string, if any is set. These values don't seem to be documented anywhere.
getTSPropertyArray ( ) : TSPropertyArray | null Get the TSPropertyArray data.
setDialInData ( DialInData $dialInData = null ) Set the DialInData.
setPostBinary ( string $binary ) Set the binary data that should come after the TSPropertyArray data. This needs to be in binary form, not hex.
setTSPropertyArray ( TSPropertyArray $tsPropertyArray = null ) Set the TSPropertyArray data.
toBinary ( ) : string Get the userParameters in binary form that can be saved back to LDAP.

Защищенные методы

Метод Описание
decode ( string $userParameters )
encodeReservedData ( string $reserved = '' ) : string Encode the string of reserved data that goes in the first 44 bytes.

Описание методов

__construct() публичный Метод

public __construct ( null | string | TSPropertyArray | DialInData $userParameters = null )
$userParameters null | string | TSPropertyArray | DialInData

decode() защищенный Метод

protected decode ( string $userParameters )
$userParameters string

encodeReservedData() защищенный Метод

Encode the string of reserved data that goes in the first 44 bytes.
protected encodeReservedData ( string $reserved = '' ) : string
$reserved string
Результат string

getDialInData() публичный Метод

Get the DialInData.
public getDialInData ( ) : DialInData | null
Результат DialInData | null

getPostBinary() публичный Метод

Get the binary data that comes after the TSPropertyArray data.
public getPostBinary ( ) : string
Результат string

getReservedDataString() публичный Метод

Get the decoded reserved data string, if any is set. These values don't seem to be documented anywhere.
public getReservedDataString ( ) : string
Результат string

getTSPropertyArray() публичный Метод

Get the TSPropertyArray data.
public getTSPropertyArray ( ) : TSPropertyArray | null
Результат TSPropertyArray | null

setDialInData() публичный Метод

Set the DialInData.
public setDialInData ( DialInData $dialInData = null )
$dialInData DialInData

setPostBinary() публичный Метод

Set the binary data that should come after the TSPropertyArray data. This needs to be in binary form, not hex.
public setPostBinary ( string $binary )
$binary string

setTSPropertyArray() публичный Метод

Set the TSPropertyArray data.
public setTSPropertyArray ( TSPropertyArray $tsPropertyArray = null )
$tsPropertyArray TSPropertyArray

toBinary() публичный Метод

Get the userParameters in binary form that can be saved back to LDAP.
public toBinary ( ) : string
Результат string

Описание свойств

$dialInData защищенное свойство

protected DialInData,LdapTools\Utilities|null $dialInData
Результат DialInData | null

$postBinary защищенное свойство

Binary data that occurs after the TSPropertyArray data.
protected $postBinary

$preBinary защищенное свойство

Binary data that occurs before the dial-in data.
protected $preBinary

$tsPropertyArray защищенное свойство

protected TSPropertyArray,LdapTools\Utilities|null $tsPropertyArray
Результат TSPropertyArray | null