PHP 클래스 N98\Util\Console\Helper\Table\Renderer\TextRenderer
파일 보기
프로젝트 열기: netz98/n98-magerun
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
render ( Symfony\Component\Console\Output\OutputInterface $output, array $rows ) : void |
|
|
메소드 상세
public render ( Symfony\Component\Console\Output\OutputInterface $output, array $rows ) : void |
$output |
Symfony\Component\Console\Output\OutputInterface |
|
$rows |
array |
headers are expected to be the keys of the first row. |
리턴 |
void |
|