PHP 클래스 N98\Util\Console\Helper\Table\Renderer\RendererFactory

파일 보기 프로젝트 열기: netz98/n98-magerun 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$formats

공개 메소드들

메소드 설명
create ( string $format ) : boolean | N98\Util\Console\Helper\Table\Renderer\RendererInterface
getFormats ( ) : array
render ( string $format, Symfony\Component\Console\Output\OutputInterface $output, array $rows )

메소드 상세

create() 공개 메소드

public create ( string $format ) : boolean | N98\Util\Console\Helper\Table\Renderer\RendererInterface
$format string
리턴 boolean | N98\Util\Console\Helper\Table\Renderer\RendererInterface

getFormats() 공개 정적인 메소드

public static getFormats ( ) : array
리턴 array

render() 공개 정적인 메소드

public static render ( string $format, Symfony\Component\Console\Output\OutputInterface $output, array $rows )
$format string
$output Symfony\Component\Console\Output\OutputInterface
$rows array

프로퍼티 상세

$formats 보호되어 있는 정적으로 프로퍼티

protected static $formats