Свойство | Тип | Описание | |
---|---|---|---|
$aggregateValues | Whether to aggregate multiple attributes assigned to this converter that all map to one attribute. | ||
$attribute | The attribute name for the current conversion. | ||
$batch | The batch object for the conversion. | ||
$connection | LdapTools\Connection\LdapConnectionInterface | ||
$dn | string | null | ||
$isMultiValuedConverter | Whether the values should be passed one by one to the converter or as an array of the values. | ||
$lastValue | When the converter aggregates multiple attributes into a single one, this is the last value set. | ||
$options | Any options that may be recognized by the converter. | ||
$type | The operation type for this conversion process. |
Метод | Описание | |
---|---|---|
getAttribute ( ) : string | ||
getBatch ( ) : |
||
getDn ( ) : string | ||
getIsMultiValuedConverter ( ) : boolean | ||
getLastValue ( ) : mixed | ||
getLdapConnection ( ) : LdapTools\Connection\LdapConnectionInterface | null | ||
getOperationType ( ) : integer | ||
getOptions ( ) : array | ||
getShouldAggregateValues ( ) : boolean | ||
isBatchSupported ( |
||
setAttribute ( $attribute ) | ||
setAttributeName ( string $attribute ) | ||
setBatch ( |
||
setDn ( string $dn ) | ||
setIsMultiValuedConverter ( $isMultiValuedConverter ) | ||
setLastValue ( $value ) | ||
setLdapConnection ( LdapTools\Connection\LdapConnectionInterface $connection = null ) | Sets the current LdapConnection for access by the converter. | |
setOperationType ( integer $type ) | ||
setOptions ( array $options ) | ||
setShouldAggregateValues ( $aggregateValues ) |
public getIsMultiValuedConverter ( ) : boolean | ||
Результат | boolean |
public getLdapConnection ( ) : LdapTools\Connection\LdapConnectionInterface | null | ||
Результат | LdapTools\Connection\LdapConnectionInterface | null |
public getShouldAggregateValues ( ) : boolean | ||
Результат | boolean |
public isBatchSupported ( |
||
$batch | ||
Результат | boolean |
public setIsMultiValuedConverter ( $isMultiValuedConverter ) |
public setLdapConnection ( LdapTools\Connection\LdapConnectionInterface $connection = null ) | ||
$connection | LdapTools\Connection\LdapConnectionInterface |
protected $aggregateValues |
protected LdapConnectionInterface,LdapTools\Connection $connection | ||
Результат | LdapTools\Connection\LdapConnectionInterface |
protected $isMultiValuedConverter |
protected $lastValue |
protected $options |