PHP 클래스 Symfony\Upgrade\Fixer

파일 보기 프로젝트 열기: umpirsky/symfony-upgrade-fixer 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Traversable $finder, Symfony\CS\ErrorsManager $errorsManager = null, Symfony\Component\Stopwatch\Stopwatch $stopwatch = null )
addFixer ( Symfony\CS\FixerInterface $fixer )
fix ( $dryRun = false )
getFixers ( )
registerBuiltInFixers ( )

비공개 메소드들

메소드 설명
fixFile ( SplFileInfo $file, $dryRun )
getFileRelativePathname ( SplFileInfo $file )

메소드 상세

__construct() 공개 메소드

public __construct ( Traversable $finder, Symfony\CS\ErrorsManager $errorsManager = null, Symfony\Component\Stopwatch\Stopwatch $stopwatch = null )
$finder Traversable
$errorsManager Symfony\CS\ErrorsManager
$stopwatch Symfony\Component\Stopwatch\Stopwatch

addFixer() 공개 메소드

public addFixer ( Symfony\CS\FixerInterface $fixer )
$fixer Symfony\CS\FixerInterface

fix() 공개 메소드

public fix ( $dryRun = false )

getFixers() 공개 메소드

public getFixers ( )

registerBuiltInFixers() 공개 메소드