| 1 | <?php  | 
            ||
| 33 | class ProductTextCreateProcessor extends AbstractCreateProcessor  | 
            ||
| 34 | { | 
            ||
| 35 | |||
| 36 | /**  | 
            ||
| 37 | * Return's the array with the SQL statements that has to be prepared.  | 
            ||
| 38 | *  | 
            ||
| 39 | * @return array The SQL statements to be prepared  | 
            ||
| 40 | * @see \TechDivision\Import\Actions\Processors\AbstractBaseProcessor::getStatements()  | 
            ||
| 41 | */  | 
            ||
| 42 | protected function getStatements()  | 
            ||
| 53 | }  | 
            ||
| 54 |