PHP Класс Resque\Helpers\Table

Автор: Michael Haynes ([email protected])
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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