PHP 클래스 N98\Magento\Command\Developer\Module\Rewrite\ConflictsCommand

상속: extends AbstractRewriteCommand
파일 보기 프로젝트 열기: netz98/n98-magerun

보호된 메소드들

메소드 설명
_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 )

비공개 메소드들

메소드 설명
writeOutput ( Symfony\Component\Console\Output\OutputInterface $output, array $conflicts ) : integer

메소드 상세

_getLoadedClass() 보호된 메소드

Returns loaded class by type like models or blocks
protected _getLoadedClass ( string $type, string $class ) : string
$type string
$class string
리턴 string

_isInheritanceConflict() 보호된 메소드

If yes we have no conflict. The top class can extend every core class. So we cannot check this.
protected _isInheritanceConflict ( array $classes ) : boolean
$classes array
리턴 boolean

configure() 보호된 메소드

protected configure ( )

execute() 보호된 메소드

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
리턴 integer exit code: 0 no conflicts found, 1 conflicts found, 2 magento could not be initialized

logJUnit() 보호된 메소드

protected logJUnit ( array $conflicts, string $filename, float $duration )
$conflicts array
$filename string
$duration float