PHP Class Ojs\CoreBundle\Console\Style\OjsStyle

Afficher le fichier Open project: ojs/ojs Class Usage Examples

Méthodes publiques

Свойство Type Description
$io Symfony\Component\Console\Style\SymfonyStyle

Méthodes publiques

Méthode 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 méthode

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 méthode

public getIo ( ) : SymfonyStyle
Résultat Symfony\Component\Console\Style\SymfonyStyle

okSign() public méthode

public okSign ( )

setIo() public méthode

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

warningSign() public méthode

public warningSign ( )

Property Details

$io public_oe property

public SymfonyStyle,Symfony\Component\Console\Style $io
Résultat Symfony\Component\Console\Style\SymfonyStyle