Documentation

PreconParse extends Command
in package

Table of Contents

$description  : string
The console command description.
$signature  : string
The name and signature of the console command.
__construct()  : void
Create a new command instance.
handle()  : mixed
Execute the console command.
mark_malformed()  : mixed

Properties

$description

The console command description.

protected string $description = 'Command description'

$signature

The name and signature of the console command.

protected string $signature = 'precon:parse {pullfile_id?}'

Methods

__construct()

Create a new command instance.

public __construct() : void
Return values
void

handle()

Execute the console command.

public handle() : mixed
Return values
mixed

mark_malformed()

private mark_malformed(mixed $path, mixed $error) : mixed
Parameters
$path : mixed
$error : mixed
Return values
mixed

Search results