| 1 | <?php |
||
| 9 | abstract class Truncate extends ContainerAwareCommand |
||
| 10 | { |
||
| 11 | |||
| 12 | /** |
||
| 13 | * @param string $entityName |
||
| 14 | * @param OutputInterface $output |
||
| 15 | * @param string $startEcho |
||
| 16 | * @param string $endEcho |
||
| 17 | * @throws \Doctrine\DBAL\ConnectionException |
||
| 18 | * @throws \Doctrine\DBAL\DBALException |
||
| 19 | */ |
||
| 20 | protected function truncateEntity( |
||
| 52 | } |
||
| 53 |