LdapTools\Hydrator\OperationHydrator::hydrateAddOperation PHP 메소드

hydrateAddOperation() 보호된 메소드

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()));
    }