PHP Class App\Console\Commands\CheckData

Inheritance: extends Illuminate\Console\Command
Show file Open project: hillelcoren/invoice-ninja

Protected Properties

Property Type Description
$description string
$isValid
$log
$name string

Public Methods

Method Description
fire ( )

Protected Methods

Method Description
getArguments ( ) : array
getOptions ( ) : array

Private Methods

Method Description
checkAccountData ( )
checkBalances ( )
checkBlankInvoiceHistory ( )
checkPaidToDate ( )
logMessage ( $str )

Method Details

fire() public method

public fire ( )

getArguments() protected method

protected getArguments ( ) : array
return array

getOptions() protected method

protected getOptions ( ) : array
return array

Property Details

$description protected property

protected string $description
return string

$isValid protected property

protected $isValid

$log protected property

protected $log

$name protected property

protected string $name
return string