Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge origin/master
Browse files Browse the repository at this point in the history
Conflicts:
	src/FlexiPeeHP/Bricks/Convertor.php
  • Loading branch information
Vitexus committed Jan 26, 2019
2 parents 4785d3f + c6a9c58 commit 5a2d11c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/FlexiPeeHP/Bricks/Convertor.php
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,17 @@ public function prepareRules()
get_class($this->input)));
break;
}
}

/**
*
* @param boolean $keepId keep item IDs
* @param boolean $addExtId add ext:originalEvidence:originalId
* @param boolean $keepCode keep items code
*/
public function convertDocument($keepId = false, $addExtId = false,
$keepCode = false)
{
$this->convertItems($keepId, $addExtId, $keepCode);
}

Expand Down

0 comments on commit 5a2d11c

Please sign in to comment.