Method | Description | |
---|---|---|
_getLoadedClass ( string $type, string $class ) : string | Returns loaded class by type like models or blocks | |
_isInheritanceConflict ( array $classes ) : boolean | Check if rewritten class has inherited the parent class. | |
configure ( ) | ||
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | ||
logJUnit ( array $conflicts, string $filename, float $duration ) |
Method | Description | |
---|---|---|
writeOutput ( Symfony\Component\Console\Output\OutputInterface $output, array $conflicts ) : integer |
protected _isInheritanceConflict ( array $classes ) : boolean | ||
$classes | array | |
return | boolean |
protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) : integer | ||
$input | Symfony\Component\Console\Input\InputInterface | |
$output | Symfony\Component\Console\Output\OutputInterface | |
return | integer | exit code: 0 no conflicts found, 1 conflicts found, 2 magento could not be initialized |