LdapTools\Ldif\Entry\LdifEntryDelete::__construct PHP Method

__construct() public method

public __construct ( string $dn )
$dn string
    public function __construct($dn)
    {
        $this->dn = $dn;
        $this->changeType = self::TYPE_DELETE;
    }