LdapTools\Ldif\Entry\LdifEntryModify::__construct PHP Метод

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

public __construct ( string $dn )
$dn string
    public function __construct($dn)
    {
        $this->dn = $dn;
        $this->changeType = self::TYPE_MODIFY;
        $this->batches = new BatchCollection($this->dn);
    }