LdapTools\Resolver\AttributeValueResolver::__construct PHP Method

__construct() public method

public __construct ( LdapObjectSchema $schema, array $entry, integer $type )
$schema LdapTools\Schema\LdapObjectSchema
$entry array The [ attribute => value ] entries.
$type integer The LDAP operation type. See AttributeConverterInterface::TYPE_*.
    public function __construct(LdapObjectSchema $schema, array $entry, $type)
    {
        parent::__construct($schema, $type);
        $this->entry = $entry;
    }