Method | Description | |
---|---|---|
configure ( ) | ||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | Execute command. |
Method | Description | |
---|---|---|
findInitialWrongDepthGap ( ) : integer | Find number of nodes where difference to parents depth > 1. | |
findNodesWithoutParents ( ) : integer | Find number of nodes that have no parent but depth > 0. | |
fixNodesWithoutParents ( ) | Set every node where depth > 0 and has no parents to depth 0. | |
fixWrongDepthGap ( ) : integer | boolean | Fix nodes where difference to parents depth. | |
getEntityManager ( ) : |
||
getEntityRepository ( ) : EntityRepository |
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface |