LdapTools\Hydrator\OperationHydrator::hydrateAddOperation PHP Method

hydrateAddOperation() protected method

protected hydrateAddOperation ( AddOperation $operation )
$operation LdapTools\Operation\AddOperation
    protected function hydrateAddOperation(AddOperation $operation)
    {
        $this->setDefaultParameters();
        $operation->setAttributes(parent::hydrateToLdap($operation->getAttributes()));
        $this->setDnToUse($operation);
        $operation->setAttributes($this->filterAttributeValues($operation->getAttributes()));
    }