SensioLabs\DeprecationDetector\Violation\Renderer\Console\SimpleRenderer::__construct PHP Method

__construct() public method

public __construct ( Symfony\Component\Console\Output\OutputInterface $output, SensioLabs\DeprecationDetector\Violation\Renderer\MessageHelper\MessageHelper $messageHelper )
$output Symfony\Component\Console\Output\OutputInterface
$messageHelper SensioLabs\DeprecationDetector\Violation\Renderer\MessageHelper\MessageHelper
    public function __construct(OutputInterface $output, MessageHelper $messageHelper)
    {
        parent::__construct($output, $messageHelper);
    }