PHP Class Ojs\CoreBundle\Console\Style\OjsStyle

显示文件 Open project: ojs/ojs Class Usage Examples

Public Properties

Property Type Description
$io Symfony\Component\Console\Style\SymfonyStyle

Public Methods

Method Description
__construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) OjsStyle constructor.
getIo ( ) : SymfonyStyle
okSign ( )
setIo ( SymfonyStyle $io )
warningSign ( )

Method Details

__construct() public method

OjsStyle constructor.
public __construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

getIo() public method

public getIo ( ) : SymfonyStyle
return Symfony\Component\Console\Style\SymfonyStyle

okSign() public method

public okSign ( )

setIo() public method

public setIo ( SymfonyStyle $io )
$io Symfony\Component\Console\Style\SymfonyStyle

warningSign() public method

public warningSign ( )

Property Details

$io public_oe property

public SymfonyStyle,Symfony\Component\Console\Style $io
return Symfony\Component\Console\Style\SymfonyStyle