class ListBlocks extends Command (View source)

Properties

protected $exitCode from  Command
protected string $signature

The name and signature of the console command.

protected string $description

The console command description.

Methods

__call($method, $parameters)

No description

from  Command
handle()

Executes the console command.

void
displayMissingDirectories()

No description

Block[]
generateHeaders()

No description

Collection
getBlocks()

No description

mixed
colorize($block)

No description

bool
dontPassTextFilter(Block $block)

No description

Details

__call($method, $parameters)

No description

Parameters

$method
$parameters

handle()

Executes the console command.

BlockCollection getBlockCollection()

No description

Return Value

BlockCollection

protected void displayMissingDirectories()

No description

Return Value

void

protected Block[] generateHeaders()

No description

Return Value

Block[]

protected Collection getBlocks()

No description

Return Value

Collection

mixed colorize($block)

No description

Parameters

$block

Return Value

mixed

bool dontPassTextFilter(Block $block)

No description

Parameters

Block $block

Return Value

bool