PHP Class Phan\Output\PrinterFactory

Show file Open project: etsy/phan Class Usage Examples

Public Methods

Method Description
getPrinter ( $type, Symfony\Component\Console\Output\OutputInterface $output ) : Phan\Output\IssuePrinterInterface
getTypes ( ) : array

Method Details

getPrinter() public method

public getPrinter ( $type, Symfony\Component\Console\Output\OutputInterface $output ) : Phan\Output\IssuePrinterInterface
$output Symfony\Component\Console\Output\OutputInterface
return Phan\Output\IssuePrinterInterface

getTypes() public method

public getTypes ( ) : array
return array