Knp\Bundle\KnpBundlesBundle\Travis\Travis::__construct PHP Method

__construct() public method

public __construct ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface
    public function __construct(OutputInterface $output)
    {
        $this->output = $output;
    }