PHP 클래스 Sylius\Bundle\CoreBundle\Installer\Renderer\TableRenderer

저자: Mateusz Zalewski ([email protected])
파일 보기 프로젝트 열기: sylius/sylius 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Console\Output\OutputInterface $output )
addRow ( array $row )
isEmpty ( ) : boolean
render ( )
setHeaders ( array $headers )
setLabel ( $label )

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\Console\Output\OutputInterface $output )
$output Symfony\Component\Console\Output\OutputInterface

addRow() 공개 메소드

public addRow ( array $row )
$row array

isEmpty() 공개 메소드

public isEmpty ( ) : boolean
리턴 boolean

render() 공개 메소드

public render ( )

setHeaders() 공개 메소드

public setHeaders ( array $headers )
$headers array

setLabel() 공개 메소드

public setLabel ( $label )
$label