PHP Класс LdapTools\Operation\DeleteOperation

Автор: Chad Sikorra ([email protected])
Наследование: implements LdapTools\Operation\LdapOperationInterface, use trait LdapOperationTrait
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$dn The DN to remove.

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

Метод Описание
__construct ( string $dn )
getArguments ( )
getDn ( ) : null | string Get the distinguished name to be deleted by this operation.
getLdapFunction ( )
getLogArray ( )
getName ( )
setDn ( string $dn ) Set the distinguished name to be deleted by this operation.

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

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

public __construct ( string $dn )
$dn string The DN of the LDAP object to delete.

getArguments() публичный метод

public getArguments ( )

getDn() публичный метод

Get the distinguished name to be deleted by this operation.
public getDn ( ) : null | string
Результат null | string

getLdapFunction() публичный метод

public getLdapFunction ( )

getLogArray() публичный метод

public getLogArray ( )

getName() публичный метод

public getName ( )

setDn() публичный метод

Set the distinguished name to be deleted by this operation.
public setDn ( string $dn )
$dn string

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

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

The DN to remove.
protected $dn