PHP 클래스 Resque\Helpers\Table

저자: Michael Haynes ([email protected])
파일 보기 프로젝트 열기: mjphaynes/php-resque 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$output CatchOutput
$table TableHelper

공개 메소드들

메소드 설명
__call ( string $method, array $parameters ) : mixed Pass all called functions to the table helper
__construct ( Command $command ) : void Render the table and pass the output back.
__toString ( ) : string Render the table and pass the output back.

메소드 상세

__call() 공개 메소드

Pass all called functions to the table helper
public __call ( string $method, array $parameters ) : mixed
$method string
$parameters array
리턴 mixed

__construct() 공개 메소드

This is done this way because the table helper dumps everything to the output and there is no way to catch so have to override with a special output.
public __construct ( Command $command ) : void
$command Symfony\Component\Console\Command\Command
리턴 void

__toString() 공개 메소드

This is done this way because the table helper dumps everything to the output and there is no way to catch so have to override with a special output.
public __toString ( ) : string
리턴 string

프로퍼티 상세

$output 보호되어 있는 프로퍼티

protected CatchOutput,Resque\Helpers $output
리턴 CatchOutput

$table 보호되어 있는 프로퍼티

protected TableHelper $table
리턴 TableHelper