PHP 클래스 Ojs\CoreBundle\Console\Style\OjsStyle

파일 보기 프로젝트 열기: ojs/ojs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$io Symfony\Component\Console\Style\SymfonyStyle

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output ) OjsStyle constructor.
getIo ( ) : SymfonyStyle
okSign ( )
setIo ( SymfonyStyle $io )
warningSign ( )

메소드 상세

__construct() 공개 메소드

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 getIo ( ) : SymfonyStyle
리턴 Symfony\Component\Console\Style\SymfonyStyle

okSign() 공개 메소드

public okSign ( )

setIo() 공개 메소드

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

warningSign() 공개 메소드

public warningSign ( )

프로퍼티 상세

$io 공개적으로 프로퍼티

public SymfonyStyle,Symfony\Component\Console\Style $io
리턴 Symfony\Component\Console\Style\SymfonyStyle