LdapTools\Ldif\Entry\LdifEntryModify::toOperation PHP Метод

toOperation() публичный Метод

public toOperation ( )
    public function toOperation()
    {
        $hydrator = new OperationHydrator();
        $hydrator->setOperationType(AttributeConverterInterface::TYPE_MODIFY);
        $operation = new BatchModifyOperation($this->dn, clone $this->batches);
        return $this->hydrateOperation($hydrator, $operation);
    }