Symfony\Upgrade\Fixer::__construct PHP 메소드

__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
    public function __construct(\Traversable $finder, ErrorsManager $errorsManager = null, Stopwatch $stopwatch = null)
    {
        $this->finder = $finder;
        $this->errorsManager = $errorsManager;
        $this->stopwatch = $stopwatch;
    }