Propel extractor¶
It extracts the data from a given propel query class and generates rows.
Usage:
<propel propelQueryName="Orm\Zed\Glossary\Persistence\SpyGlossaryKeyQuery" bulkSize="100" />
Attributes:
propelQueryName
: class name of the propel querybulkSize
: the number of rows to be extracted at once