LdapTools\Operation\AddOperation::__construct PHP Méthode

__construct() public méthode

public __construct ( string $dn = null, array $attributes = [] )
$dn string The DN for the LDAP object.
$attributes array The attributes in [key => value] form for the LDAP object.
    public function __construct($dn = null, $attributes = [])
    {
        $this->properties['dn'] = $dn;
        $this->properties['attributes'] = $attributes;
    }